summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2013-12-14 22:44:46 -0500
committerRob Loach <robloach@gmail.com>2013-12-14 22:44:46 -0500
commitedbd1d58002ca61f7c1e24acb4341f7fa03ebe42 (patch)
treebd81615482592c3259df1e95120b60c4a2f69d21
parent3bb7eef6c0710715cc5c5b2ac5fc70f94216a10a (diff)
downloadgit-deploy-edbd1d58002ca61f7c1e24acb4341f7fa03ebe42.zip
git-deploy-edbd1d58002ca61f7c1e24acb4341f7fa03ebe42.tar.gz
git-deploy-edbd1d58002ca61f7c1e24acb4341f7fa03ebe42.tar.bz2
Update README.md
-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: