diff options
author | Ben Burwell <bburwell1@gmail.com> | 2013-09-05 22:07:07 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2013-09-05 22:07:07 -0400 |
commit | 96504852b76b82f7879eddf727e37e35dcbbf49d (patch) | |
tree | 5889cba6d0ea2a6e9263b9e334438cd8da036640 | |
parent | c59ae69d6d7a69c7615e31c3a28a2ae13d84dc6d (diff) |
Update installation instructions
Include `npm install active911` option
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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'); |