Skip to content

Commit 911da01

Browse files
committed
typo
1 parent c2587bc commit 911da01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-repo-labels/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Check out the 20 minute video tutorial [How to make a cheap, scalable image serv
2727

2828
Create the development version of the API using `npm run start`, and deploy the production version using `npm run release`.
2929

30-
Github limits the rate of unauthenticated requests severely, this example allows you to optionally specify two stage variables to authenticate requests to GitHub, and increase rate limits. Check out your deployed API in the AWS web console, and add two stage variables to the production stage - `githubClientId` and `githubSecret`. [Create a GitHub applications](https://github.com/settings/applications/new) to get access keys. You can optionally also create a development GitHub application and store its keys in the development stage.
30+
Github limits the rate of unauthenticated requests severely, this example allows you to optionally specify two stage variables to authenticate requests to GitHub, and increase rate limits. Check out your deployed API in the AWS web console, and add two stage variables to the production stage - `githubClientId` and `githubSecret`. [Create a GitHub application](https://github.com/settings/applications/new) to get access keys. You can optionally also create a development GitHub application and store its keys in the development stage.
3131

3232
You can change the development version and run `npm run deploy`, and you will see that the development version changed, but the production version did not. For example, uncomment `apiKeyRequired: true` in the last line of `web.js` before deploying. This will cause the API calls to require an API key before allowing the request. See [Use an API Key in API Gateway](http://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-api-keys.html) for more information on how to create an use an API key.
3333

0 commit comments

Comments
 (0)