Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
negartarh committed Sep 8, 2024
1 parent e2dfbdc commit 5ca12cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5ca12cc

Please sign in to comment.