One place in README.rst isn't formatted as I expected. Try to fix. - >From 460a3b5965056bcf4d7762e01f0083f328db45e6 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori <[email protected]> Date: Tue, 19 Jun 2012 11:31:56 +0900 Subject: [PATCH] Fix README.rst format
Signed-off-by: FUJITA Tomonori <[email protected]> --- README.rst | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 330c281..d9fd566 100644 --- a/README.rst +++ b/README.rst @@ -32,10 +32,9 @@ You can create tens of thousands of isolated virtual networks without using VLAN. The Ryu application is included in OpenStack mainline as of Essex release. -If you want to run your Ryu application, Let's start with -`a simple example - <https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch.py>`_. -Just type:: +If you want to run your Ryu application, have a look at +`a simple example <https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch.py>`_. +After writing your application, just type:: % ryu-manager yourapp.py -- 1.7.4.4 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
