From de1ca7570c14be473d1555d8edc7a30d8832d351 Mon Sep 17 00:00:00 2001 From: "dev.mtm" Date: Sun, 4 Nov 2018 21:55:10 +0200 Subject: [PATCH] Third Commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af460d..3cf4440 100644 --- a/README.md +++ b/README.md @@ -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]