diff --git a/README.md b/README.md index 77fac4b..27baead 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Quick Start -------------- 1. Expose the ```services``` directory via your web server 1. Duplicate the configuration file: ```cp config/projects.php config/projects_local.php``` and customize the target. - * in your github account settings, click 'Applications' and generate a personal access token. Copy the token into the GITHUB_TOKEN define. + * in your Github account settings, click 'Applications' and generate a personal access token. Copy the token into the GITHUB_TOKEN define. * customize the validation url so it points at your service. * add your organization name under ```$github_organization``` * optionally add repository names under ```$github_projects```. If you leave this empty, all of the organization's repos will be monitored. @@ -20,7 +20,7 @@ Quick Start 1. Test the service by forking an organization repo, making a change and creating a pull request against the original. * Results of verification will show up in the pull request comments. * Follow the details link in the comment for complete information. - * Access github_api_limit.php to get a picture of your github api use and reset time. + * Access github_api_limit.php to get a picture of your Github API use and reset time. How it works ------------