diff --git a/README.md b/README.md index c5fb747..69dd423 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Yeoman.io generator for CraftyJS game engine. You can install this generator using the Node Package Manager (npm). The following steps will setup your CraftyJS scaffolding. The scaffolding is based on the CraftyBoilerplate (https://github.com/ahilles107/CraftyBoilerplate). -## Prerequisite nstallation (Node, NPM, and Yeoman) +## Prerequisite Installation (Node, NPM, and Yeoman) * To use this generator you must have node.js and npm installed. To install node and npm go to (http://nodejs.org/). * Installing Yeoman will install Grunt and Bower (http://www.yeoman.io) diff --git a/changelog.txt b/changelog.txt index 32e35d1..ec27477 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ v0.1.3 - 10-18-2013 -* Fixing type in minification packaging. +* Fixing typo in minification packaging. +* Fixing typo in README.md v0.1.2 - 10-17-2013