Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nspragg/file-js
Browse files Browse the repository at this point in the history
  • Loading branch information
nick spragg committed Feb 13, 2017
2 parents 6bacd86 + 47620e6 commit 0c9f76e
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 0c9f76e

Please sign in to comment.