Skip to content

Commit d612890

Browse files
author
Dan Kantor
committed
updating to point to new npm name
1 parent f94ff0b commit d612890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ The official JavaScript client for interacting with the [Clarifai API](https://d
44

55
## Basic Use
66

7-
To start, install the SDK via NPM: `npm install clarifai-official` and initialize with your clientId and
7+
To start, install the SDK via NPM: `npm install clarifai` and initialize with your clientId and
88
clientSecret:
99

1010
*This will work in node.js and browsers via [Browserify](http://browserify.org/)*
1111

1212
```js
13-
var Clarifai = require('clarifai-official');
13+
var Clarifai = require('clarifai');
1414

1515
Clarifai.initialize({
1616
'clientId': '{clientId}',

0 commit comments

Comments
 (0)