Skip to content

Commit

Permalink
Added direct link to generator source code
Browse files Browse the repository at this point in the history
  • Loading branch information
deboraelkin2 committed Jan 14, 2018
1 parent 4a3afe5 commit 0064102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample-proxies/oauth-advanced/README.md
Expand Up @@ -30,7 +30,7 @@ To run this sample, you'll need:

* Yeoman [installed](http://yeoman.io/)

* Install oauth-auth-code-grant-sample generator:
* Install oauth-auth-code-grant-sample generator (You can find the source code [here](https://github.com/apigee/api-platform-samples/blob/master/sample-proxies/oauth-advanced/app/index.js)):
`npm install generator-oauth-auth-code-grant-sample -g`

* Please note that the sample does not run properly in Windows 10. Please run in macOS or Linux for full compatibility.
Expand Down
2 changes: 1 addition & 1 deletion sample-proxies/oauth-advanced/package.json
@@ -1,6 +1,6 @@
{
"name": "generator-oauth-auth-code-grant-sample",
"version": "0.1.8",
"version": "0.1.10",
"description": "Generator for OAuth authorization code grant type using Apigee",
"files": [
"app",
Expand Down

0 comments on commit 0064102

Please sign in to comment.