Skip to content

Commit 286699f

Browse files
authored
Update README (#118)
1 parent f81dd71 commit 286699f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The Wickr IO Node.js Bot API Framework provides tools for an easier and more eff
44

55
To get started, you would need to setup your system, download and install Docker and run the WickrIO Docker container. Full instructions on how to do so are available here: https://wickrinc.github.io/wickrio-docs/#wickr-io-getting-started
66

7+
NOTE: Versions 7.1.1(and above) do not rely on a specific version of node and the Wickrio Addon uses ZeroMq making the WickrIO Bot APIs asynchronous. Please use this example code to update your custom integration.
8+
79
## Install
810

911
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wickrio-bot-api",
3-
"version": "7.1.4",
3+
"version": "7.1.5",
44
"description": "The official Wickr IO Bot API Framework",
55
"main": "src/WickrIOBot.js",
66
"dependencies": {

0 commit comments

Comments
 (0)