From 1d59a73fefbe70188d32165cb5f738e31967ebca Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 3 Mar 2012 17:14:06 -0800 Subject: [PATCH] doc: Change 'file_system' module to 'fs' as it should be --- doc/api/fs.markdown | 2 ++ 1 file changed, 2 insertions(+) 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.