Skip to content

Commit 7d59431

Browse files
authored
Merge pull request #8 from sendinblue/feature_update-readme
Readme update
2 parents b932842 + 4b9fadc commit 7d59431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SendinBlue's API exposes the entire SendinBlue features via a standardized programmatic interface. Please refer to the full [documentation](https://developers.sendinblue.com) to learn more.
44

5-
This is the wrapper for the API. It implements all the features of the API v3. It supports callbacks.
5+
This is the wrapper for the API. It implements all the features of the API v3. It supports promises.
66

77
SendinBlue's API matches the [OpenAPI v2 definition](https://www.openapis.org/). The specification can be downloaded [here](https://api.sendinblue.com/v3/swagger_definition.yml).
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendinblue-apiv3",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Official SendinBlue provided RESTFul API V3 nodejs library",
55
"license": "ISC",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)