Fixed a typo in README

This commit is contained in:
Charlotteis
2014-08-28 19:41:53 +01:00
parent 7bac589aca
commit 196100206c

View File

@@ -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.