Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: typo/grammar fix in readme (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert authored and daviddias committed Jul 5, 2017
1 parent 4e39d2c commit 8735a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Creating an IPFS instance couldn't be easier, all you have to do is:
const node = new IPFS()

node.on('ready', () => {
// Your now is ready to use \o/
// Your node is now ready to use \o/

// stopping a node
node.stop(() => {
Expand Down

0 comments on commit 8735a08

Please sign in to comment.