Correct typo on GitHub pages guide (#151)

Thanks @charlieegan3 for the keen eye.
This commit is contained in:
Charlie Egan
2017-08-19 21:12:11 +01:00
committed by Ryan Watters
parent 286985009b
commit e181e63795
@@ -217,7 +217,7 @@ cd ..
```
You can then run `./deploy.sh "Your optional commit message"` to send changes to `<USERNAME>.github.io`. Note that you likely will want to commit changes to your `<YOUR-PROJECDT>` repository as well.
You can then run `./deploy.sh "Your optional commit message"` to send changes to `<USERNAME>.github.io`. Note that you likely will want to commit changes to your `<YOUR-PROJECT>` repository as well.
That's it! Your personal page should be up and running at `https://yourusername.github.io` within a couple minutes.