Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Mar 28, 2017
1 parent 703532d commit 290b6ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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
Expand All @@ -16,7 +20,7 @@ npm install
# Usage

```
var SonyCamera = require('SonyCamera');
var SonyCamera = require('sony-camera');
var cam = new SonyCamera();
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 290b6ae

Please sign in to comment.