Skip to content

Commit 7d91fac

Browse files
Merge pull request #8 from mxenabled/bm/update_readme
Update readme
2 parents fd253d7 + 8129daa commit 7d91fac

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Module system
3636
In order to make requests, you will need to [sign up](https://dashboard.mx.com/sign_up) for the MX Platform API and get a `Client ID` and `API Key`.
3737

3838
```javascript
39-
import { Configuration, MxPlatformApi } from 'mx-platform-node'
39+
import { Configuration, MxPlatformApi } from 'mx-platform-node';
4040

4141
const configuration = new Configuration({
4242
basePath: 'https://int-api.mx.com',

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
npmName: "mx-platform-node"
2-
npmVersion: 0.2.2
2+
npmVersion: 0.2.3
33
supportsES6: true

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mx-platform-node",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A Node library for the MX Platform API.",
55
"author": "MX",
66
"keywords": [

0 commit comments

Comments
 (0)