Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Spragg committed Feb 10, 2017
1 parent 71fd6be commit 47620e6
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 @@ -45,7 +45,7 @@ npm install --save file-js
```js
const File = require('file-js');

const file = File.create('myFile');
const file = File.create('myDir');
file.getList()
then((files) => {
files.each(console.log);
Expand Down

0 comments on commit 47620e6

Please sign in to comment.