Skip to content

Commit a45e063

Browse files
committed
Merge pull request #4 from sgmeyer/master
updates to readme (spelling errors) and improved installation instructions
2 parents 520f9d3 + 8f57fbe commit a45e063

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ generator-crafty
99

1010
## Decription
1111

12-
Yeoman.io generator for Crafty.js game engine.
12+
Yeoman.io generator for CraftyJS game engine.
1313

14-
You can install this generator using the Node Package Manager (npm). The following steps will setup your Craft.js scaffolding. The scaffolding is based on the CraftyBoilerplate (https://github.com/ahilles107/CraftyBoilerplate).
14+
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).
1515

16-
## Installation (Node, NPM, and Yeoman)
16+
## Prerequisite nstallation (Node, NPM, and Yeoman)
1717

18-
- Make sure you have yo, grunt, node and NPM installed.
19-
- Open the root directory of `generator-crafty`
20-
- Install the generators dependencies by typing the command `npm install`.
18+
* To use this generator you must have node.js and npm installed. To install node and npm go to (http://nodejs.org/).
19+
* Installing Yeoman will install Grunt and Bower (http://www.yeoman.io)
20+
```
21+
npm install -g yo
22+
```
2123

2224
## Usage
2325

@@ -52,4 +54,4 @@ grunt
5254

5355
```
5456
grunt build
55-
```
57+
```

0 commit comments

Comments
 (0)