Skip to content

Commit

Permalink
update initial example
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Oct 28, 2011
1 parent e8300ab commit b8a1b69
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 @@ -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.

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

0 comments on commit b8a1b69

Please sign in to comment.