Skip to content

Commit f3d20b0

Browse files
committed
Merge branch 'master' of github.com:mdo/hyde
2 parents b38884b + db0697b commit f3d20b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ gem install jekyll
1717

1818
**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.
1919

20-
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).
20+
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).
2121

2222
### 2a. Quick start
2323

@@ -52,7 +52,7 @@ There are eight themes available at this time.
5252

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

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

5757
```html
5858
<body class="theme-base-08">

0 commit comments

Comments
 (0)