From 8b47c19718fa554dc260279d2235aa017491fd2b Mon Sep 17 00:00:00 2001 From: jiyongkim Date: Mon, 6 Jul 2020 20:02:19 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41d9dbb..4cf8478 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ go test You can terminate and remove the network by run `stop.sh` script. ```bash -(change dicrectory to root) +(change directory to root) $ ./examples/ping/stop.sh ```