Browse Source

Reword usage

pull/3/merge
Luke Childs 7 years ago
parent
commit
dc76e11042
  1. 2
      README.md

2
README.md

@ -45,7 +45,7 @@ const btc = coins.get('BTC');
maxSupply: 21000000
}
// coins is jsut an array, you can still use all the usual array methods:
// You can still use all the usual array methods on coins:
coins.filter(coin => coin.maxSupply > 10000000000).map(coin => coin.name);
[
'Ripple',

Loading…
Cancel
Save