From ade90754822fd868cd29e095fd8d07efa2ed2bf0 Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Thu, 19 May 2016 12:31:48 -0700 Subject: [PATCH] Update README.md --- examples/nodejs-regular-webapp/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/nodejs-regular-webapp/README.md b/examples/nodejs-regular-webapp/README.md index 50d7978ab..9101a77a6 100644 --- a/examples/nodejs-regular-webapp/README.md +++ b/examples/nodejs-regular-webapp/README.md @@ -1,8 +1,6 @@ # Auth0 + NodeJS Seed This is the seed project you need to use if you're going to create regular NodeJS web application. If you want to create a NodeJS API to use with your SPA or mobile app, please check [this other seed project](https://github.com/auth0/node-auth0/tree/master/examples/nodejs-api) -This example is deployed at Heroku at http://auth0-nodejs-webapp-sample.herokuapp.com/ - #Running the example In order to run the example you need to have npm and NodeJS installed.