Skip to content

Commit

Permalink
fix(typo): README
Browse files Browse the repository at this point in the history
  • Loading branch information
isocroft committed Jun 12, 2019
1 parent d3e2c06 commit 3e09508
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# editorconfig.org
root = true

[*]
indent_size = 2
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ This project provides an easy-to-use object-oriented API to access endpoints del
```bash

npm i --save infobip-node
npm i --save infobip-nodejs

```

# Usage

```js

let InfoBip = require('infobip-node')
let InfoBip = require('infobip-nodejs')

let APIKEY = '1IkXmSWOlE4y9Inhgyd6g5f2R7'
const environment = process.env.NODE_ENV
Expand Down

0 comments on commit 3e09508

Please sign in to comment.