Skip to content

Commit

Permalink
require to variable named filed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwood committed Oct 28, 2011
1 parent e8300ab commit ab55993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Filed does a lazy stat call so you can actually open a file and being writing to it and if the file isn't there it will just be created. Filed does a lazy stat call so you can actually open a file and being writing to it and if the file isn't there it will just be created.


```javascript ```javascript
var request = require('filed'); var filed = require('filed');
var f = filed('/newfile') var f = filed('/newfile')
f.write('test') f.write('test')
f.end() f.end()
Expand Down

0 comments on commit ab55993

Please sign in to comment.