Skip to content

Commit

Permalink
Merge pull request #8 from mxenabled/bm/update_readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
brettmortensen authored Sep 1, 2021
2 parents fd253d7 + 8129daa commit 7d91fac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Module system
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`.

```javascript
import { Configuration, MxPlatformApi } from 'mx-platform-node'
import { Configuration, MxPlatformApi } from 'mx-platform-node';

const configuration = new Configuration({
basePath: 'https://int-api.mx.com',
Expand Down
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
npmName: "mx-platform-node"
npmVersion: 0.2.2
npmVersion: 0.2.3
supportsES6: true
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mx-platform-node",
"version": "0.2.2",
"version": "0.2.3",
"description": "A Node library for the MX Platform API.",
"author": "MX",
"keywords": [
Expand Down

0 comments on commit 7d91fac

Please sign in to comment.