From 3568df820db78bf2150ac22b5fcf3b0b6810b317 Mon Sep 17 00:00:00 2001 From: eugene Date: Thu, 10 Feb 2011 15:54:38 +1100 Subject: [PATCH] Updating README with info about using via an npm package --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index caa6e9f..a082aec 100644 --- a/README.md +++ b/README.md @@ -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