From 96504852b76b82f7879eddf727e37e35dcbbf49d Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Thu, 5 Sep 2013 22:07:07 -0400 Subject: Update installation instructions Include `npm install active911` option --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 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'); -- cgit v1.2.3