Browse Source

Document update script

pull/3/merge
Luke Childs 7 years ago
parent
commit
2683bb03ca
  1. 9
      README.md

9
README.md

@ -63,6 +63,15 @@ coins.filter(coin => coin.maxSupply > 10000000000).map(coin => coin.name);
const coinsJson = require('coinlist/src/coins.json'); const coinsJson = require('coinlist/src/coins.json');
``` ```
## Update
```shell
$ yarn update
Fetching data...
Written 1567 coins to src/coins.json
✨ Done in 0.52s.
```
## License ## License
MIT © Luke Childs MIT © Luke Childs

Loading…
Cancel
Save