Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siacomuzzi committed Apr 2, 2014
1 parent d712e54 commit 6bd4e0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ This SDK uses [Composer](http://getcomposer.org/doc/01-basic-usage.md) to manage
## Configure example

1. Install dependencies
2. Start your web server on `examples` folder.
2. Start your web server on `examples/{example-name}` folder.
3. Create an OpenID Connect Application on Auth0.
4. Configure the callback url to point `examples\callback.php`.
5. Open `examples\config.php` and replace all placeholder parameters.
4. Configure the callback url to point `{your-base-url}\callback.php`.
5. Open `examples/{example-name}/config.php` and replace all placeholder parameters.
6. On your browser, open the Auth0 example project. Make sure `index.php` is being loaded.

#### Enjoy
Expand Down

0 comments on commit 6bd4e0a

Please sign in to comment.