From 1b4006f610eb682028c37057e912744055e65b73 Mon Sep 17 00:00:00 2001 From: Osmar Roman <135641973+mangoRoman@users.noreply.github.com> Date: Wed, 8 May 2024 08:54:17 -0600 Subject: [PATCH] Update README.md Fix typo --- nodejs-app-token-server-demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-app-token-server-demo/README.md b/nodejs-app-token-server-demo/README.md index 64d9199..89f2fe6 100644 --- a/nodejs-app-token-server-demo/README.md +++ b/nodejs-app-token-server-demo/README.md @@ -12,7 +12,7 @@ If you use ArcGIS and need a more secure authentication method than API keys, ap Make a copy of this folder. -1. Install the dependencies with `nm install`. +1. Install the dependencies with `npm install`. 2. Log in with your ArcGIS Developer account at https://developers.arcgis.com. Create a new [OAuth 2.0 application definition](https://developers.arcgis.com/applications) (you can use an existing app.) Copy the **Client ID** and **Client Secret**.