Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mdo/hyde
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 30, 2013
2 parents b38884b + db0697b commit f3d20b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ gem install jekyll

**Windows users:** Windows users have a bit more work to do, but luckily [@juthilo](https://github.com/juthilo) has your back with his [Run Jekyll on Windows](https://github.com/juthilo/run-jekyll-on-windows) guide.

You may also need to install Pygments, the Python syntax highlighter for code snippets that places nicely with Jekyll. Read more about this [in the Jekyll docs](http://jekyllrb.com/docs/templates/#code_snippet_highlighting).
You may also need to install Pygments, the Python syntax highlighter for code snippets that plays nicely with Jekyll. Read more about this [in the Jekyll docs](http://jekyllrb.com/docs/templates/#code_snippet_highlighting).

### 2a. Quick start

Expand Down Expand Up @@ -52,7 +52,7 @@ There are eight themes available at this time.

![Hyde theme classes](https://f.cloud.github.com/assets/98681/1817044/e5b0ec06-6f68-11e3-83d7-acd1942797a1.png)

To use a theme, add anyone of the available theme classes to the `<body>` element like so:
To use a theme, add any one of the available theme classes to the `<body>` element like so:

```html
<body class="theme-base-08">
Expand Down

0 comments on commit f3d20b0

Please sign in to comment.