Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jimrobs/syno
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrobs committed Feb 7, 2015
2 parents a1b16d9 + b59e065 commit 1ca749f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ syno

Simple Node.js wrapper for Synology DSM REST API.

![Synology Picture](https://www.synology.com/img/support/developer/banner.png)
![Synology Development Tool](https://www.synology.com/img/support/developer/banner.png)

See [Synology Development Tool](https://www.synology.com/en-us/support/developer#tool).

Expand All @@ -17,7 +17,7 @@ Just install the module using npm.
npm install syno
```

If you want to save the dependecy just add the `--save` option.
If you want to save it as a dependecy, just add the `--save` option.

```
npm install syno --save
Expand Down Expand Up @@ -698,4 +698,4 @@ syno.dl.getBTSearchModules(callback);

# License

[MIT](LICENSE-MIT)
[MIT](LICENSE-MIT)

0 comments on commit 1ca749f

Please sign in to comment.