mirror of https://github.com/nodejs/node.git
Remove reference to CommonJS in documentation
parent
61d0b5af87
commit
ffb3ee6084
|
@ -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…
Reference in New Issue