From f88e9b10675cd7e57ffff31073622b11e3057eb4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 29 Dec 2013 17:44:57 -0800 Subject: [PATCH] copyedit README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.30.2