Skip to content

Commit

Permalink
Merge pull request #10 from zackify/master
Browse files Browse the repository at this point in the history
fixed variable name
  • Loading branch information
JedWatson committed Aug 8, 2015
2 parents aff83bf + 75d416a commit e6718ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var gulp = require('gulp'),
initGulpTasks = require('react-component-gulp-tasks'),
taskConfig = require('./config');

initGulpTasks(gulp, config);
initGulpTasks(gulp, taskConfig);
```

### Task Config
Expand Down

0 comments on commit e6718ae

Please sign in to comment.