Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patiernom committed Aug 19, 2015
1 parent 18fed2c commit ba958e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grulper-load-tasks",
"version": "1.0.2",
"version": "1.0.3",
"description": "A simple module for load your gulp tasks",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ npm install grulper-load-tasks --save-dev


## Usage
You can use it into grunt task
You can use it into gulp task
```js
var gulp = require('gulp');
var tasks = require('grulper-load-tasks');
Expand Down

0 comments on commit ba958e9

Please sign in to comment.