diff --git a/README.md b/README.md index 57b3b6e..4ab2a15 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Rebuilt as a library with event support. ## Installation +``` +npm install sony-camera +``` +Or, for development and using the demo app: ``` git clone https://github.com/timelapseplus/node-sony-camera.git cd node-sony-camera @@ -16,7 +20,7 @@ npm install # Usage ``` -var SonyCamera = require('SonyCamera'); +var SonyCamera = require('sony-camera'); var cam = new SonyCamera(); diff --git a/package.json b/package.json index 5830551..7f886b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "author": "Elijah Parker", - "name": "SonyCamera", + "name": "sony-camera", "description": "Wifi control for Sony Alpha cameras", "homepage": "https://github.com/timelapseplus/node-sony-camera", "version": "0.0.1",