Skip to content

Commit

Permalink
Updating README with info about using via an npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneware committed Feb 10, 2011
1 parent bde5bf7 commit 3568df8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -93,9 +93,20 @@ The 'ensure' function adds a handler that will be run on machine exit regardless
db.close();
});

## installation

Noble Machine is also made available as an npm package. To install:

npm install noblemachine

To use Noble Machine from the npm package do:

var NobleMachine = require('noblemachine').NobleMachine;

## contributors
- [Daniel Assange](http://github.com/somnidea)
- [Arlen Cuss](http://github.com/celtic)
- [Eugene Ware](http://eugeneware.com)
- You?

## license
Expand Down

0 comments on commit 3568df8

Please sign in to comment.