From b513bf066d06330673de14b543585e11e8e4b84e Mon Sep 17 00:00:00 2001 From: Robin Oh Date: Thu, 5 Oct 2017 02:10:01 -0700 Subject: [PATCH] Update simulator_guide.md --- projects/proj2_routing/simulator_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/proj2_routing/simulator_guide.md b/projects/proj2_routing/simulator_guide.md index ed2d9b6..8688abb 100644 --- a/projects/proj2_routing/simulator_guide.md +++ b/projects/proj2_routing/simulator_guide.md @@ -382,7 +382,7 @@ The first included test is `test_simple.py`, which just creates a small topology and sends a couple pings, making sure the right number of pings arrive. Let’s try it using the hub: - $ python simulator.py --no-interactive --default-switch-type=examples.hub examples.test_simple + $ python simulator.py --no-interactive --default-switch-type=examples.hub tests.test_simple Note that we use `--no-interactive` to start the simulator without the Python console for the purposes of testing.