Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Aug 25, 2023
1 parent f25fabb commit 2f3a297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example-node-connection-and-error/README.md
Expand Up @@ -72,10 +72,10 @@ After running the client and seeing the available collections in Atlas, [set rea
npm i
```

### Run the Node.js code
### Run the app

1. Copy your [Atlas App ID](https://www.mongodb.com/docs/atlas/app-services/reference/find-your-project-or-app-id/#std-label-find-your-app-id) from the App Services UI.
2. Paste the copied ID as the value of the existing variable `ATLAS_APP_ID` in `src/atlas-app-services/config.ts`:
2. Paste the copied ID as the value of the existing variable `ATLAS_APP_ID` in [src/atlas-app-services/config.ts](./src/atlas-app-services/config.ts):
```js
export const ATLAS_APP_ID = "YOUR_APP_ID";
```
Expand Down

0 comments on commit 2f3a297

Please sign in to comment.