Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Jul 14, 2020
1 parent db47c56 commit 578cb59
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 @@ -50,7 +50,7 @@ Commonly used naming convention in Node world is reversed in this library (no 'm

Also it's just convenient...

If you don't see the word "Async" in method name it returns value immediately.
If you don't see the word "Async" in method name it always, across the whole API returns value immediately.
```js
const data = jetpack.read('file.txt');
console.log(data);
Expand Down

0 comments on commit 578cb59

Please sign in to comment.