From 7bb7cd8ff52e751c3c200024ace0f28d2010fb71 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sun, 12 May 2024 18:49:23 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df8487d..ace9535 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ php artisan vendor:publish --provider="PrettyRoutes\ServiceProvider" ### Upgrade from `garygreen/pretty-routes` -6. In your `composer.json` file, replace `"garygreen/pretty-routes": "^1.0"` with `"andrey-helldar/pretty-routes": "^2.0"`. +6. In your `composer.json` file, replace `"garygreen/pretty-routes": "^1.0"` with `"dragon-code/pretty-routes": "^3.0"`. 7. Run the command `composer update`. 8. Profit!