jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

Update README.md writeFile[Sync] signature #38

Closed r-murphy closed 8 years ago

r-murphy commented 8 years ago

Added the obj arg to the writeFile and writeFileSync method signature.

jprichardson commented 8 years ago

Wow, not sure how I ever missed that, thanks!