diff --git a/README.md b/README.md index 6a1857f..3d525e1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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"; ``` @@ -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 -``` \ No newline at end of file +```