Skip to content

Commit

Permalink
Rename example filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Malik committed Nov 21, 2012
1 parent 23dffd9 commit 2f270b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version in your app's `package.json` file. Major versions may have an
incompatible API that's not backwards-compatible, so use a safe version
range under `dependencies` (eg. for version 1.x):

"oauth2-provider": ">=1.0.0 <2.0.0"
"oauth2-provider": "1.x"

## Quick Start

Expand Down Expand Up @@ -51,7 +51,7 @@ care about which type of authentication was used.

In the root directory, run `npm install express` and then run:

node examples/simple.js
node examples/simple_express3.js

Visit <http://localhost:8081/login> to gain access to
<http://localhost:8081/secret> or use OAuth to obtain an access token as a code (default) or a token (in the URL hash):
Expand Down

0 comments on commit 2f270b8

Please sign in to comment.