Skip to content

Commit

Permalink
fix markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Feb 7, 2018
1 parent 1c45966 commit 8e66eb1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions demos/geocoder/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Running this demo

1. Make sure you run `npm run bootstrap` in the root folder to setup the dependencies

~~2. Register a new app on https://developers.arcgis.com~~
~~3. Add a redirect URL of `http://localhost:8080/post-sign-in.html` to your app.~~
~~4. Copy the `config.js.template` file, rename it to `config.js`~~
~~5. Copy your apps client id into your new `config.js` file.~~
2. ~~Register a new app on https://developers.arcgis.com~~
3. ~~Add a redirect URL of `http://localhost:8080/post-sign-in.html` to your app.~~
4. ~~Copy the `config.js.template` file, rename it to `config.js`~~
5. ~~Copy your apps client id into your new `config.js` file.~~
6. `npm start`
~~7. Visit http://localhost:8080 and click "Sign In" to start the OAuth 2.0 process.~~
7. Visit http://localhost:8080 ~~and click "Sign In" to start the OAuth 2.0 process.~~
8. Start clicking buttons to send off ~~authenticated~~ geocoding requests.

0 comments on commit 8e66eb1

Please sign in to comment.