From ba5c77ecaac1ca20e9919e68aaebb2b73ad1103d Mon Sep 17 00:00:00 2001 From: datashaman Date: Wed, 11 Aug 2021 15:57:05 +0200 Subject: [PATCH] Update installation instructions One must require the package, not install. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1abcb36..37a7050 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Just implement the trait, define the steps and the plugin does the rest. ## Installation ``` -composer install actengage/nova-wizard +composer require actengage/nova-wizard ``` ## Useage @@ -107,4 +107,4 @@ Step::make('Name & Email', [ ->sortable() ->rules('required', 'email', 'max:254') ])->displayAsPanel()->withToolbar(), -``` \ No newline at end of file +```