diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b16ca2c --- /dev/null +++ b/.editorconfig @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 82b1155..eb9065f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ 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 ``` @@ -23,7 +23,7 @@ This project provides an easy-to-use object-oriented API to access endpoints del ```js -let InfoBip = require('infobip-node') +let InfoBip = require('infobip-nodejs') let APIKEY = '1IkXmSWOlE4y9Inhgyd6g5f2R7' const environment = process.env.NODE_ENV