From 03e84e4ca307bf9cd585bc3f0edcdf44f1c69e89 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Sun, 15 Jan 2017 12:53:56 +0000 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b122406..9c66897 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Here's a [blog post](http://jlord.us/blog/essential-electron.html) with a bit mo ### Build it -The site is built from one markdown file `index.md` with one bit of inline HTML for creating the styles on the vocabulary words. The markdown is pared and turned into HTML, sandwiched between `header.html` and `footer.html` through a tiny Node script in `index.js`. +The site is built from one markdown file `index.md` with one bit of inline HTML for creating the styles on the vocabulary words. The markdown is parsed and turned into HTML, sandwiched between `header.html` and `footer.html` through a tiny Node script in `index.js`. The stylesheet is `style.css` and it uses system fonts unless you have Source Sans Pro installed locally.