workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Other
7.25k stars 1.84k forks source link

Fix method name confusion on the exercise HINT #550

Closed sany2k8 closed 7 years ago

sany2k8 commented 7 years ago

the readFile() can have callback not readFileSync(), it can only have options. ref : https://nodejs.org/api/fs.html#fs_fs_readfilesync_path_options

AnshulMalik commented 7 years ago

Thanks @sany2k8