Remove reference to CommonJS in documentation

pull/22966/head
Ryan Dahl 2011-04-01 22:18:23 -07:00
parent 61d0b5af87
commit ffb3ee6084
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
## Modules
Node uses the CommonJS module system.
Node has a simple module loading system. In Node, files and modules are in
one-to-one correspondence. As an example, `foo.js` loads the module
`circle.js` in the same directory.