File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ This is the Rosette API client binding for node.js.
77## Getting Started
88Install 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 ##
1123A Docker image for running the examples against the compiled source library is available on Docker Hub.
1224
You can’t perform that action at this time.
0 commit comments