From 246cdfae74e9f774970f8b412a588c14df219eb2 Mon Sep 17 00:00:00 2001 From: Shawn Meyer Date: Fri, 18 Oct 2013 11:26:30 -0500 Subject: [PATCH] Fixing typos --- README.md | 2 +- changelog.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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