Skip to content

Commit

Permalink
fix of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melnaron committed Jan 20, 2013
1 parent ecf2d1c commit ba17461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ Queue - Simple queue engine
===========================

Install:

npm install mel-queue

Example usage:

var Queue = require('mel-queue');
var q = new Queue();
q.add(someAction0);
Expand Down

0 comments on commit ba17461

Please sign in to comment.