Skip to content

Commit

Permalink
added exports snippet to README
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Dec 21, 2009
1 parent 9c0148b commit e709859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -7,6 +7,7 @@ Important: Change your current grammar to "JavaScript Node" (short cut: Shift+Ct
* Cmd+R - run current file within node
* req => var sys = require('sys');
* mixin => process.mixin(exports, {...});
* exp => exports.func_name = function() {...};
* process snippets
* .lis - .addListener(...)
* .cb - .addCallback(...)
Expand Down

0 comments on commit e709859

Please sign in to comment.