From: Chris Rebert Date: Mon, 30 Dec 2013 01:44:57 +0000 (-0800) Subject: copyedit README X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=f88e9b10675cd7e57ffff31073622b11e3057eb4;p=blog copyedit README --- diff --git a/README.md b/README.md index 8c3cc0d..a216d3b 100644 --- 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 in your browser, and voilà. You're done. ## Options -Poole includes a some customizable options, typically applied via classes on the `` element. +Poole includes some customizable options, typically applied via classes on the `` 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, ``. +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, ``. By default, we use the following: