File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ command above from.
55
55
#### git
56
56
#
57
57
If the library is hosted at a git repository, e.g.
58
- https://github.com/GIT_USER_ID/GIT_REPO_ID
58
+ https://github.com/sendinblue/APIv3-nodejs-library
59
59
then install it via:
60
60
61
61
``` shell
62
- npm install GIT_USER_ID/GIT_REPO_ID --save
62
+ npm install sendinblue/APIv3-nodejs-library --save
63
63
```
64
64
65
65
### For browser
@@ -106,7 +106,7 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
106
106
var apiKey = defaultClient .authentications [' api-key' ];
107
107
apiKey .apiKey = " YOUR API KEY"
108
108
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
109
- // apikey .apiKeyPrefix['api-key'] = "Token"
109
+ // apiKey .apiKeyPrefix['api-key'] = "Token"
110
110
111
111
// Configure API key authorization: partner-key
112
112
var partnerKey = defaultClient .authentications [' partner-key' ];
You can’t perform that action at this time.
0 commit comments