Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumesegarra committed Apr 3, 2019
1 parent dac3224 commit dc238d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Steps:
- Put this in your "scripts" section of the package.json:

```json
"g": "xtuff g"
"g": "node ./node_modules/xtuff/index.js g"
```
- Create your custom stuff inside the new `_templates_` folder that you should be have.
- Run (for example) `npm run g component helloComponent`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xtuff",
"version": "1.0.2",
"version": "1.0.3",
"description": "A dev command to create stuffs easy! (components, services, etc...)",
"keywords": "command, generator, component, service, react, stuff, files",
"repository": "https://github.com/jaumesegarra/xtuff",
Expand Down

0 comments on commit dc238d4

Please sign in to comment.