Merge branch 'master' of https://github.com/poole/poole
[blog] / README.md
index bc997fe8b8381d0731d29ce0c60b7b6d06d8dd28..48f70b778c0e45bd2de4a60dbc5b897ef7eb7b1a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,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
 
@@ -43,12 +43,12 @@ Open <http://localhost:4000> in your browser, and voilĂ . You're done.
 
 ## Options
 
-Poole includes some customizable options, typically applied via classes on the `<body>` element.
+Poole includes some customizable options, typically applied via classes on the `<body>` element.
 
 
 ### Rems, `font-size`, and scaling
 
-Poole is built with almost entirely with `rem`s (instead of pixels like Hyde 1.1.x). `rem`s are like `em`s, but instead of building on the immediate parent's `font-size`, they build on the root element, `<html>`.
+Poole is built almost entirely with `rem`s (instead of pixels like Hyde 1.1.x). `rem`s are like `em`s, but instead of building on the immediate parent's `font-size`, they build on the root element, `<html>`.
 
 By default, we use the following: