Remove reference to CommonJS in documentation
This commit is contained in:
parent
61d0b5af87
commit
ffb3ee6084
@ -1,7 +1,5 @@
|
|||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
Node uses the CommonJS module system.
|
|
||||||
|
|
||||||
Node has a simple module loading system. In Node, files and modules are in
|
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
|
one-to-one correspondence. As an example, `foo.js` loads the module
|
||||||
`circle.js` in the same directory.
|
`circle.js` in the same directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user