Skip to content

Commit

Permalink
fixes readme file error
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Walker committed Jul 7, 2013
1 parent ffd020e commit 438a9f8
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 @@ -19,7 +19,7 @@ admittance = require("admittance");
Admittance = admittance.Admittance
FileAdaptor = admittance.FileAdaptor

am = new Admittance(new FileAdaptor());
am = new Admittance(new FileAdaptor("path/to/jsonfile"));
am.on('load', function () {
//perform operations here
});
Expand Down

0 comments on commit 438a9f8

Please sign in to comment.