Fix nitty typo from counter sample README. (#3187)

Delimiter should be `::` instead of `:`.
This commit is contained in:
Sungguk Lim
2017-02-14 03:05:23 +09:00
committed by Erik Arvidsson
parent 3f973f593d
commit 3e0056a5fa
+1 -1
View File
@@ -8,7 +8,7 @@ counter uses noms/js to read and write a simple incrementing counter.
```
cd samples/js/counter
yarn
node . http://localhost:8000:counter
node . http://localhost:8000::counter
```
For dev mode you might want to run `yarn run start` instead which does not obfuscate the source.