Skip to content

Commit 79d0be4

Browse files
committed
README
1 parent 72a48cb commit 79d0be4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ command above from.
5555
#### git
5656
#
5757
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
5959
then install it via:
6060

6161
```shell
62-
npm install GIT_USER_ID/GIT_REPO_ID --save
62+
npm install sendinblue/APIv3-nodejs-library --save
6363
```
6464

6565
### For browser
@@ -106,7 +106,7 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
106106
var apiKey = defaultClient.authentications['api-key'];
107107
apiKey.apiKey = "YOUR API KEY"
108108
// 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"
110110

111111
// Configure API key authorization: partner-key
112112
var partnerKey = defaultClient.authentications['partner-key'];

0 commit comments

Comments
 (0)