From 2f3a29770bc919f944e4f61c054e9387d8e25c75 Mon Sep 17 00:00:00 2001 From: LJ <81748770+elle-j@users.noreply.github.com> Date: Fri, 25 Aug 2023 14:08:15 +0200 Subject: [PATCH] Update README. --- examples/example-node-connection-and-error/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example-node-connection-and-error/README.md b/examples/example-node-connection-and-error/README.md index dc65c0522f2..b21f9b44d12 100644 --- a/examples/example-node-connection-and-error/README.md +++ b/examples/example-node-connection-and-error/README.md @@ -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"; ```