Skip to content

Commit 242dabb

Browse files
committed
wrapper update
1 parent 26f6106 commit 242dabb

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,13 @@ command above from.
5353
#### git
5454
#
5555
If the library is hosted at a git repository, e.g.
56-
https://github.com/GIT_USER_ID/GIT_REPO_ID
56+
https://github.com/sendinblue/APIv3-nodejs-library
5757
then install it via:
5858

5959
```shell
60-
npm install GIT_USER_ID/GIT_REPO_ID --save
60+
npm install sendinblue/APIv3-nodejs-library --save
6161
```
6262

63-
### For browser
64-
65-
The library also works in the browser environment via npm and [browserify](http://browserify.org/). After following
66-
the above steps with Node.js and installing browserify with `npm install -g browserify`,
67-
perform the following (assuming *main.js* is your entry file, that's to say your javascript file where you actually
68-
use this library):
69-
70-
```shell
71-
browserify main.js > bundle.js
72-
```
73-
74-
Then include *bundle.js* in the HTML pages.
75-
7663
### Webpack Configuration
7764

7865
Using Webpack you may encounter the following error: "Module not found: Error:
@@ -104,7 +91,7 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
10491
var apiKey = defaultClient.authentications['api-key'];
10592
apiKey.apiKey = "YOUR API KEY"
10693
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
107-
//apikey.apiKeyPrefix['api-key'] = "Token"
94+
//apiKey.apiKeyPrefix['api-key'] = "Token"
10895

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

0 commit comments

Comments
 (0)