[Pkg-javascript-commits] [node-ain2] 18/102: require ain2

Jonas Smedegaard js at moszumanska.debian.org
Tue Apr 29 11:59:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-ain2.

commit 72f85ce5eac131d68cca84c67425e2ccb83b7c91
Author: Patrick Huesler <patrick.huesler at gmail.com>
Date:   Tue Aug 16 18:53:44 2011 +0200

    require ain2
---
 readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md
index f361af4..728156f 100644
--- a/readme.md
+++ b/readme.md
@@ -29,7 +29,7 @@ You can install *ain* as usual - by copy "ain" directory in your
 Usage of *ain* is very similar to *node.js* console. Following example 
 demonstrates the replacement of the console:
 
-    var console = require('ain');
+    var console = require('ain2');
     
     console.log('notice: %d', Date.now());
     console.info('info');
@@ -52,7 +52,7 @@ By default *ain* sets following destinations:
 
 You can change them by `set` function. `set` function is chainable.
 
-    var logger = require('ain')
+    var logger = require('ain2')
             .set('node-test-app', 'daemon', 'devhost', 3000);
     logger.warn('some warning');
     

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ain2.git



More information about the Pkg-javascript-commits mailing list