Skip to content

Commit

Permalink
Mention support for transport/C & D
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Aug 24, 2010
1 parent 7c0453f commit c55d0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ and automatically
analyzes modules references and downloads any dependencies on first access prior to
executing modules. Remotely downloaded modules are retained so they only need
to be downloaded once. Nodules supports standard CommonJS modules,
CommonJS module transport format via require and require.ensure.
and CommonJS module transport format via require, require.ensure, [require.def](http://wiki.commonjs.org/wiki/Modules/Transport/C), and [require.define](http://wiki.commonjs.org/wiki/Modules/Transport/D).

To see Nodules in action right away, go into the "example" directory, and you can start
the example "package" with:
Expand Down

0 comments on commit c55d0c6

Please sign in to comment.