From 371ffebc747c476251c10f387968698c101a84c5 Mon Sep 17 00:00:00 2001 From: Mike Karthauser <103517864+mikehuboo@users.noreply.github.com> Date: Tue, 29 Apr 2025 12:11:44 +0100 Subject: [PATCH] Update README.md Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f2621..d0964e1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Get the package with composer: composer require nestednet/gocardless-laravel ``` -**1.** If you are using Laravel >5.5 the package will be autodiscobered, for older versions add the service provider at your config/app.php file. +**1.** If you are using Laravel >5.5 the package will be autodiscovered, for older versions add the service provider at your config/app.php file. **2.** Publish the configuration file ```bash