We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94ff0b commit d612890Copy full SHA for d612890
README.md
@@ -4,13 +4,13 @@ The official JavaScript client for interacting with the [Clarifai API](https://d
4
5
## Basic Use
6
7
-To start, install the SDK via NPM: `npm install clarifai-official` and initialize with your clientId and
+To start, install the SDK via NPM: `npm install clarifai` and initialize with your clientId and
8
clientSecret:
9
10
*This will work in node.js and browsers via [Browserify](http://browserify.org/)*
11
12
```js
13
-var Clarifai = require('clarifai-official');
+var Clarifai = require('clarifai');
14
15
Clarifai.initialize({
16
'clientId': '{clientId}',
0 commit comments