From 196100206c42935eee902783666345df9d2b896b Mon Sep 17 00:00:00 2001 From: Charlotteis Date: Thu, 28 Aug 2014 19:41:53 +0100 Subject: [PATCH] Fixed a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ca324..d499d64 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ __The theme development can now begin.__ ### Overview -Now that you have your boilerplate theme installed, take go through a quick overview at each of the files needed for your JSONResume theme: +Now that you have your boilerplate theme installed, go through a quick overview of each of the files needed for your JSONResume theme: * `package.json`: Your package.json is required by all npm packages. Everytime you want to release a new update of your theme, you'll need to update it's version number. * `index.js`: This is the file that will return the needed HTML to the theme server. You can use it to process some things with your theme first, but we'll talk about that a bit later.