From a509c86d8bbf49238aed288544dc00315ced46a3 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Tue, 20 Oct 2015 10:38:10 +0000 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71123c8d9..b83267a06 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ other Scope instances on the command line. Hostnames and IP addresses are acceptable, both with and without ports: ``` -# weave launch scope1:4030 192.168.0.12 192.168.0.11:4030 +# scope launch scope1:4030 192.168.0.12 192.168.0.11:4030 ``` Hostnames will be regularly resolved as A records, and each answer used as a @@ -158,4 +158,4 @@ Then, run the local build via ``` ./scope launch -``` \ No newline at end of file +```