summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c231320..2f4a773 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# GitHub Pages Deploy
-Deploys a number of repositories using the `gh-pages` branch, and keep the up to
-date.
+Deploys a number of repositories using the `gh-pages` branch, and keeps them
+up to date.
## Installation
@@ -21,10 +21,10 @@ $ php composer.phar create-project robloach/gh-pages-deploy
1. Create a `gh-pages-deploy.json` file:
``` json
-{
+ {
"mywebsite": "https://github.com/my/website.git",
"myotherwebsite": "https://github.com/my/otherwebsite.git"
-}
+ }
```
2. Execute GitHub Pages Deploy to deploy all sites: