Skip to content

Commit

Permalink
Third Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
devmtm committed Nov 4, 2018
1 parent 09aca90 commit de1ca75
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 @@ -42,7 +42,7 @@ php artisan nova:views resourceName viewName
This will create your view component in /nova-components/views/resourceName. If you've installed the dependencies during the previous process, you can directly go ahead and use:

```
cd /nova-components/views/resourceName && npm watch
cd ./nova-components/views/resourceName && npm run watch
```

Allowed values for viewName are [index || lens || detail || create || update || attach || update-attached]
Expand Down

0 comments on commit de1ca75

Please sign in to comment.