aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2013-09-05 22:07:07 -0400
committerBen Burwell <bburwell1@gmail.com>2013-09-05 22:07:07 -0400
commit96504852b76b82f7879eddf727e37e35dcbbf49d (patch)
tree5889cba6d0ea2a6e9263b9e334438cd8da036640
parentc59ae69d6d7a69c7615e31c3a28a2ae13d84dc6d (diff)
Update installation instructions
Include `npm install active911` option
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7122176..e0e9512 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,9 @@ by Ben Burwell <bburwell1@gmail.com>
Installation
------------
-Add `active911` to your dependencies and run `npm install`. You can use it in your project by using
+Installation is simple: `npm install active911`.
+
+You can use it in your project by adding `active911` to your dependencies and running `npm install`. Sample ping:
var active911 = require('active911')('YOUR_APP_KEY', 'YOUR_API_KEY');