From 6eb01d7923d4c2b569d8ad680c420ad4f615c629 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 23 Aug 2012 18:36:50 -0700 Subject: [PATCH] Minor formatting changes. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2e6ff9..58d71c0 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,16 @@ In order to run Mininet, you must have: Currently Mininet includes: -- A simple node infrastructure (Host, Switch, Controller classes) for +- A simple node infrastructure (`Host`, `Switch`, `Controller` classes) for creating virtual OpenFlow networks -- A simple network infrastructure (Mininet class) supporting parametrized - topologies (Topo subclasses.) For example, a tree network may be created +- A simple network infrastructure (`Mininet` class) supporting parametrized + topologies (`Topo` subclasses.) For example, a tree network may be created with the command `# mn --topo tree,depth=2,fanout=3` -- Basic tests, including connectivity (ping) and bandwidth (iperf) +- Basic tests, including connectivity (`ping`) and bandwidth (`iperf`) - A command-line interface (CLI class) which provides useful diagnostic commands, as well as the ability to send a command to a