Skip to content

Commit ee7632d

Browse files
authored
Update README.md
1 parent ef42605 commit ee7632d

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
@@ -18,7 +18,7 @@ The following recommended installation requires [npm](https://npmjs.org/). If yo
1818
Then install it via:
1919

2020
```shell
21-
npm install sib-api-typescript-node-v3-sdk --save
21+
npm install sib-api-v3-typescript --save
2222
```
2323

2424
## Getting Started
@@ -28,7 +28,7 @@ Once you have [installed](#installation) the node module in your project, you ca
2828
```javascript
2929
// For getAccount API
3030

31-
var SibApiV3Sdk = require('sib-api-typescript-node-v3-sdk');
31+
var SibApiV3Sdk = require('sib-api-v3-typescript');
3232

3333
var apiInstance = new SibApiV3Sdk.AccountApi()
3434

@@ -54,7 +54,7 @@ apiInstance.getAccount().then(function(data) {
5454
```javascript
5555
//For getLists API
5656

57-
var SibApiV3Sdk = require('sib-api-typescript-node-v3-sdk');
57+
var SibApiV3Sdk = require('sib-api-v3-typescript');
5858

5959
var apiInstance = new SibApiV3Sdk.ContactsApi()
6060

0 commit comments

Comments
 (0)