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 +```