Skip to content

Commit 1ea1405

Browse files
author
Li Xu
authored
Update for version compatibility info
1 parent 1116480 commit 1ea1405

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ This is the Rosette API client binding for node.js.
77
## Getting Started
88
Install the module with: `npm install rosette-api`
99

10+
If the version you are using is not [the latest from npm](https://www.npmjs.com/package/rosette-api) (or `npm show rosette-api@* version`),
11+
please check for its [**compatibilty with api.rosette.com**](https://developer.rosette.com/features-and-functions?javascript).
12+
If you have an on-premise version of Rosette API server, please contact support for
13+
binding compatibility with your installation.
14+
15+
To check your installed version:
16+
17+
- `npm list rosette-api` for local installation
18+
- `npm list -g rosette-api` for global installation
19+
20+
https://www.npmjs.com/package/rosette-api
21+
1022
## Docker ##
1123
A Docker image for running the examples against the compiled source library is available on Docker Hub.
1224

0 commit comments

Comments
 (0)