From eae6966dfd1f0295574f527bb2ba48c44ad8c0da Mon Sep 17 00:00:00 2001 From: Annyv2 Date: Mon, 23 Nov 2015 20:00:28 -0430 Subject: [PATCH] Update README.md --- example/README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/example/README.md b/example/README.md index 533d4a1..35fb1c4 100644 --- a/example/README.md +++ b/example/README.md @@ -6,15 +6,7 @@ This is the seed project you need to use if you're going to create a Socket.io s In order to run the example, you need to have `node` installed. -You also need to set the ClientSecret, ClientId and Domain for your Auth0 app as variables with the following names respectively: `AUTH0_CLIENT_SECRET`, `AUTH0_CLIENT_ID` and `AUTH0_DOMAIN`. - -````bash -# auth0-variables.js file -AUTH0_CLIENT_SECRET=myCoolSecret -AUTH0_CLIENT_ID=myCoolClientId -AUTH0_DOMAIN=samples.auth0.com -```` -1. run npm install -1. run node index.js in the directory of this project. +1. run `npm install` +1. run `node index.js` in the directory of this project. Go to [http://localhost:3001](http://localhost:3001) and you'll see the app running :).