diff --git a/doc/api/modules.markdown b/doc/api/modules.markdown index f07fcd252d0..68c36c02486 100644 --- a/doc/api/modules.markdown +++ b/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.