From 6210c0aeabb28bcab9657e8a483b7362eb7f8ee0 Mon Sep 17 00:00:00 2001 From: Kekeocha Justin Chetachukwu Date: Thu, 11 Apr 2024 15:29:33 +0100 Subject: [PATCH] fix type Signed-off-by: Kekeocha Justin Chetachukwu --- docs/_include/composer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_include/composer.md b/docs/_include/composer.md index d1bd61c0e..bf86298c5 100644 --- a/docs/_include/composer.md +++ b/docs/_include/composer.md @@ -5,7 +5,7 @@ The recommended installation method is using [Composer](https://getcomposer.org/ In your project root just run: ```bash -composer req bavix/laravel-wallet +composer require bavix/laravel-wallet ``` Ensure that you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/01-basic-usage.md#autoloading).