Skip to content

Commit

Permalink
update readme with actual way of doing things
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstarkov committed Oct 1, 2015
1 parent 248d3a6 commit e183815
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 @@ -30,7 +30,7 @@ This package will do it for you and your generator’s consumers. Everybody wins

```js
this.composeWith('travis', {}, {
local: require('generator-travis')
local: require.resolve('generator-travis/generators/app')
});
```

Expand Down

0 comments on commit e183815

Please sign in to comment.