Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
powmedia committed Jul 13, 2017
1 parent 94f07a7 commit 29e4ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -59,10 +59,10 @@ Usage
});

//Files
fixtures.load(__dirname + '/fixtures/users.js');
fixtures.load(__dirname + '/fixtures/users.js', callback);

//Directories (loads all files in the directory)
fixtures.load(__dirname + '/fixtures');
fixtures.load(__dirname + '/fixtures', callback);

Installation
------------
Expand Down

0 comments on commit 29e4ff3

Please sign in to comment.