From fccbc9cf1cfb328c9f404affb01cefbb45b40679 Mon Sep 17 00:00:00 2001 From: Saad Batwa <86385454+Saad5400@users.noreply.github.com> Date: Fri, 5 Apr 2024 01:31:33 +0300 Subject: [PATCH] Update README.md Added a very useful link :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec949c6..374d544 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ class AppServiceProvider extends ServiceProvider } ``` -Though this is all you would need, but the plugin is designed to be very customizable. Delve into the **Configuration** section below for detailed customization options. +Though this is all you would need, but the plugin is designed to be very customizable. Checkout the [Laravel localization documentation](https://laravel.com/docs/11.x/localization#introduction) to get started with localization. Delve into the **Configuration** section below for detailed customization options. ## Configuration