Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Correct JSON comment, update a missed folder name change.
  • Loading branch information
dmitrydwhite authored Aug 27, 2021
1 parent fd0db88 commit 7e29006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Once you add the Gateway, you'll need the **Authentication Token** to connect th
![Gateway Page](assets/gateway_page.png "Gateway Page in Major Tom")

## Connect the Gateway
1. You'll need to edit the file found at `mt-demo-js/connect/connection.json` in the following way:
1. You'll need to edit the file found at `example-nodejs-gateway/connect/connection.json` in the following way:
```json
{
"gatewayToken": "<YOUR-GATEWAY-TOKEN>",
"host": "app.majortom.cloud" // Or your Major Tom url host location
"host": "app.majortom.cloud (Or your Major Tom url host location)"
}
```
2. From a terminal window in the `example-nodejs-gateway` directory, start the app using the start script:
Expand Down

0 comments on commit 7e29006

Please sign in to comment.