mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-11 19:11:10 -05:00
Fix nitty typo from counter sample README. (#3187)
Delimiter should be `::` instead of `:`.
This commit is contained in:
committed by
Erik Arvidsson
parent
3f973f593d
commit
3e0056a5fa
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user