diff --git a/README.md b/README.md index 6cee872..0562b44 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 1e157ce..b48a8ba 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -28,4 +28,4 @@ "eslint": "^2.10.1", "nodeunit": "~0.10.2" } -} \ No newline at end of file +}