Skip to content

Commit 45fbb96

Browse files
committed
Minor set up documentation clean up.
1 parent bb79e70 commit 45fbb96

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/05_SETUP.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ earlier versions of Node.js and PHP.
1111
### Node.js
1212

1313
Install _Node.js v4.2.x or later_ using [nvm](https://github.com/creationix/nvm),
14-
a [package manager](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)
15-
like apt-get, brew, or yum, or a [standalone installer](http://nodejs.org/download/).
14+
a [package manager](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager),
15+
or a [standalone installer](http://nodejs.org/download/).
1616

1717
### Grunt
1818

@@ -38,9 +38,11 @@ for your project.
3838
## Start using Gadget
3939

4040
The easiest way to start a new Drupal project with Grunt Drupal Tasks is to use
41-
**[Gadget](https://github.com/phase2/generator-gadget)**, a tool which offers an interactive, text-based approach to building an initial project template.
41+
**[Gadget](https://github.com/phase2/generator-gadget)**, a tool which offers an
42+
interactive, text-based approach to building an initial project template.
4243

43-
Once you have Gadget installed, start a new Drupal project by running `yo gadget` in an empty directory and answer it's prompts.
44+
Once you have Gadget installed, start a new Drupal project by running
45+
`yo gadget` in an empty directory and answer it's prompts.
4446

4547
```
4648
$> yo gadget

0 commit comments

Comments
 (0)