diff --git a/README.md b/README.md index c540da0..9ccfb46 100644 --- a/README.md +++ b/README.md @@ -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(...)