From e70985919b9204240c942af2278f52f0de2a7c1e Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Tue, 22 Dec 2009 08:25:15 +1100 Subject: [PATCH] added exports snippet to README --- README.md | 1 + 1 file changed, 1 insertion(+) 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(...)