From 5ca12cc991828376790aba924591abf6cc0c801d Mon Sep 17 00:00:00 2001 From: "Negar Tarh Giti (Privet Joint Stock Company)" <2020amiramir@gmail.com> Date: Sun, 8 Sep 2024 14:44:57 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ecb5dc..3ed0789 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ php artisan vendor:publish --provider="Negartarh\APIWrapper\APIResponseServicePr This will publish the `apiwrapper.php` configuration file to your config directory and publish localization files to your `languages/vendor/apiwrapper` directory. ## Basic usage -There are two ways of utilizing the package: using the facade, or using the helper functions. On either way you will get the same result, it is totally up to you. +There are two ways of utilizing the package: using the facade, or using the helper functions. Either way you will get the same result, it is totally up to you. ### Facade #### Example 1. @@ -251,7 +251,7 @@ and the result is: "version": "3.2.0" } ``` -Wait a moment, is not better to customizing the output message? So pay attention to the following example: +Wait a moment, isn't it better to customize the output message? So pay attention to the following example: ### Customized messages #### Example 1.