From 0493acf804c6dad4b2213796f0ae95aeef315ad7 Mon Sep 17 00:00:00 2001 From: Faruk Nasir Date: Wed, 26 Apr 2023 09:01:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 830fdde..83588d1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ composer require starfolksoftware/tithe You can publish, publish the config and run the migrations with: ```bash -php artisan redo:install +php artisan tithe:install php artisan migrate ```