diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index 822e03af2f2..0d8808443ca 100644 --- a/doc/api/fs.markdown +++ b/doc/api/fs.markdown @@ -2,6 +2,8 @@ Stability: 3 - Stable + + File I/O is provided by simple wrappers around standard POSIX functions. To use this module do `require('fs')`. All the methods have asynchronous and synchronous forms.