Skip to content

Commit

Permalink
Merge pull request gulpjs#457 from edull24/patch-1
Browse files Browse the repository at this point in the history
Add missing punctuation.
  • Loading branch information
sindresorhus committed May 12, 2014
2 parents 4957a1b + 81e603f commit cd7698f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ gulp.task('default', function() {
});
```

### 4. Run gulp
### 4. Run gulp:

```
gulp
```

The default task will run and do nothing.

To run individual tasks, use `gulp <task> <othertask>`
To run individual tasks, use `gulp <task> <othertask>`.

## Where do I go now?

You have an empty gulpfile and everything is installed. How do you REALLY get started? Check out the [recipes and articles section](README.md#articles-and-recipes) for more information
You have an empty gulpfile and everything is installed. How do you REALLY get started? Check out the [recipes and articles section](README.md#articles-and-recipes) for more information.

## .src, .watch, .dest, CLI args - How do I use these things?

For API specific documentation you can check out the [documentation for that](API.md)
For API specific documentation you can check out the [documentation for that](API.md).

## Available Plugins

Expand Down

0 comments on commit cd7698f

Please sign in to comment.