Commit 186abb869c114f14a84de343270ab2b979c0a4bc
update readme
Ev Bogue committed on 6/25/2018, 6:56:27 PMParent: f0fdaeb91fa797d297d56d29a35a9c40cb5be312
Files changed
readme.md | changed |
readme.md | ||
---|---|---|
@@ -18,11 +18,11 @@ | ||
18 | 18 … | npm run build |
19 | 19 … | npm start |
20 | 20 … | ``` |
21 | 21 … | |
22 | -It should launch a browser window, and comes pre-configured to use the Decent network by default. If you already have an `.decent` folder, mvd should 'just work'. | |
22 … | +It should launch a browser window, and comes pre-configured to use the main ssb network by default. If you already have an `.ssb` folder, mvd should 'just work'. | |
23 | 23 … | |
24 | -To use with ssb try `npm run ssb`, to launch a testnet try `npm run testnet`. | |
24 … | +To use with decent try `npm run decent`, to launch a testnet try `npm run testnet`. | |
25 | 25 … | |
26 | 26 … | ### history |
27 | 27 … | |
28 | 28 … | `mvd` is coded from scratch, but may have some code overlap with [minbase](http://github.com/evbogue/minbase) and [patchless](http://github.com/dominictarr/patchless) |
Built with git-ssb-web