Skip to content

Commit

Permalink
Merge pull request #37 from jokerinya/readme-update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ukmadlz committed Mar 7, 2024
2 parents 168646e + 711bda5 commit 5c1fb1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Node.js Client SDK for Infobip APIs.

For the `@infobip-api/sdk` package versioning we use the [Semantic Versioning](https://semver.org) scheme.

[Node.js 14](https://nodejs.org/en/about/releases/) is minimum supported version by this SDK.
[Node.js 14](https://nodejs.org/en/about/releases/) is the minimum supported version by this SDK.

## License

Expand Down Expand Up @@ -69,9 +69,9 @@ console.log(response);

### E-mail Attachment Example

When sending an E-mail with an attachment or inline image, you'll need follow the below process
When sending an E-mail with an attachment or inline image, you'll need to follow the below process

``javascript
```javascript
import { Infobip, AuthType } from "@infobip-api/sdk";
```

Expand Down Expand Up @@ -128,4 +128,4 @@ After building a local version of this SDK, you can use it in a local Node.js pr

```
npm install ../path/to/infobip-node
```
```

0 comments on commit 5c1fb1f

Please sign in to comment.