From 002d5032a7fa1dd5adc471b53840bf8d0b45b1d5 Mon Sep 17 00:00:00 2001 From: Faraz Samapoor Date: Wed, 17 Jan 2024 12:33:59 +0330 Subject: [PATCH] Updates README.md Fixes typos. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a56c29..ec949c6 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ The **Language Switch** plugin is a versatile and user-friendly tool designed fo *** > [!IMPORTANT] -> Migrating form 2.x to 3.x -> - Unregister the plugin form all your panels +> Migrating from 2.x to 3.x +> - Unregister the plugin from all your panels > - Remove the config file `config/filament-language-switch.php` > - Remove the `filament-language-switch` directory from `resources/views/vendor` > - Bump the package version to `^3.0` in your `composer.json` file @@ -349,7 +349,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re ## Contributing -If you want to contribute to this packages, you may want to test it in a real Filament project: +If you want to contribute to this package, you may want to test it in a real Filament project: - Fork this repository to your GitHub account. - Create a Filament app locally.