Skip to content

Commit ad932f2

Browse files
author
Ejetar
authored
Update README.md
1 parent 78a6607 commit ad932f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ Accept: application/json
6767
## Installation
6868
First, run: `composer require ejetar/api-response-formatter`
6969

70-
After, add `Ejetar\ApiResponseFormatter\App\Providers\AppServiceProvider::class` in `providers` array in `config/app.php` file.
70+
After, add `Ejetar\ApiResponseFormatter\Providers\AppServiceProvider::class` in `providers` array in `config/app.php` file.
7171

7272
## Get started
73-
To start using this package is very simple, just call Middlware `response_formatter` in your `routes/api.php` file.
73+
To start using this package is very simple, just call Middlware `api-response-formatter` in your `routes/api.php` file.
7474

7575
As in the following example:
7676
```php

0 commit comments

Comments
 (0)