Skip to content

Commit 7cb95e5

Browse files
authored
Replace 'mn -c' with 'make stop' in READMEs (#611)
1 parent 7bdb1fa commit 7cb95e5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

exercises/load_balance/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ detailed and can help pinpoint logic errors in your implementation.
120120
#### Cleaning up Mininet
121121

122122
In the latter two cases above, `make` may leave a Mininet instance
123-
running in the background. Use the following command to clean up
123+
running in the background. Use the following command to clean up
124124
these instances:
125125

126126
```bash
127-
mn -c
127+
make stop
128128
```
129129

130130
## Next Steps

exercises/source_routing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ There are several ways that problems might manifest:
136136
#### Cleaning up Mininet
137137

138138
In the cases above, `make` may leave a Mininet instance running in
139-
the background. Use the following command to clean up these
139+
the background. Use the following command to clean up these
140140
instances:
141141

142142
```bash
143-
mn -c
143+
make stop
144144
```
145145

146146
## Next Steps

0 commit comments

Comments
 (0)