Skip to content

Commit

Permalink
Added npm install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Idan Harel committed Dec 1, 2016
1 parent e401c5d commit 917662a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Use this library to communicate with the Viber API to develop a bot for [Viber](https://developers.viber.com/).
Please visit [Getting Started](https://developers.viber.com/customer/en/portal/articles/2567874-getting-started?b_id=15145) guide for more information about Viber API.

- Install with [`npm install viber-bot --save`](https://www.npmjs.com/package/viber-bot)

## License
This library is released under the terms of the Apache 2.0 license. See [License](LICENSE.md) for more information.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "viber-bot",
"version": "1.0.0",
"version": "1.0.1",
"description": "A bot interface to work with Viber API",
"author": "Viber LTD",
"engines": {
Expand Down Expand Up @@ -28,4 +28,4 @@
"eslint": "^2.10.1",
"nodeunit": "~0.10.2"
}
}
}

0 comments on commit 917662a

Please sign in to comment.