Skip to content

Commit b8955e9

Browse files
authored
Change api key syntax in readme (#95)
1 parent 6a28002 commit b8955e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To start, install the SDK via NPM: `npm install clarifai` and initialize with yo
1414
```js
1515
const Clarifai = require('clarifai');
1616
const app = new Clarifai.App({
17-
apiKey: '{apiKey}'
17+
apiKey: 'YOUR_API_KEY'
1818
});
1919

2020
```

0 commit comments

Comments
 (0)