Browse Source

Remove reference to CommonJS in documentation

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
ffb3ee6084
  1. 2
      doc/api/modules.markdown

2
doc/api/modules.markdown

@ -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.

Loading…
Cancel
Save