doc: Change 'file_system' module to 'fs' as it should be

This commit is contained in:
isaacs 2012-03-03 17:14:06 -08:00
parent cf6e4d82e7
commit 1d59a73fef

View File

@ -2,6 +2,8 @@
Stability: 3 - Stable
<!--name=fs-->
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.