Skip to content

Commit

Permalink
Fixed markdown error
Browse files Browse the repository at this point in the history
  • Loading branch information
maskingtape committed Jul 10, 2012
1 parent 29206ea commit de1943d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Make your changes to the pages in the `_posts` directory and update `_config.yml

6. Once that's all done and you're happy with the documentation, commit and push to your project's `gh-pages` branch:

`git add -A`
`git commit -m "Created project documentation with dharmafly docs"`
`git push origin gh-pages`
`git add -A`
`git commit -m "Created project documentation with dharmafly docs"`
`git push origin gh-pages`

Github pages will run jekyll over your posts and publish to `< your username >.github.com/< your project name >`

Expand Down

0 comments on commit de1943d

Please sign in to comment.