callbackmaybe
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -21,3 +21,3 @@ { | ||
"engine": "node >= 0.4.1", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"files": [ | ||
@@ -24,0 +24,0 @@ "index.js", |
# node-callbackmaybe | ||
A module that makes it easy to support both event emitters and callbacks in your node.js API methods. | ||
[![Build Status](https://secure.travis-ci.org/pofallon/node-loremipstream.png)](http://travis-ci.org/pofallon/node-loremipstream) | ||
[![Build Status](https://secure.travis-ci.org/pofallon/node-callbackmaybe.png?branch=master)](http://travis-ci.org/pofallon/node-callbackmaybe) | ||
@@ -34,3 +34,3 @@ ## Usage | ||
A method implement as above will support the following access methods: | ||
A method implemented as above will support the following access methods: | ||
@@ -37,0 +37,0 @@ ```javascript |
8248