Skip to content

Commit 8931b71

Browse files
committed
Minor
1 parent 8f126c8 commit 8931b71

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ That's it. Go to `[your site]/api-tester` and start testing routes.
2020

2121
## Config
2222

23-
By default, the package is bound to `APP_DEBUG``.env` value. But you can easily override it. First, publish config:
23+
By default, the package is bound to `APP_DEBUG` `.env` value. But you can easily override it. Just publish config:
2424

2525
```
2626
php artisan vendor:publish --provider="Asvae\ApiTester\ServiceProvider"
2727
```
2828

29-
Then edit `config/api-tester.php` as you please.
29+
And edit `config/api-tester.php` as you please.
3030

3131
## Features
32-
1) Display all the routes for application.
33-
2) Live search and sortable columns.
34-
2) Define request body in [JSON editor](https://github.com/josdejong/jsoneditor).
35-
3) Preview response depending on type (html or json).
36-
4) [Material design lite](https://getmdl.io/) as theme.
37-
5) Lightweight and no dependencies (except on laravel).
32+
1. Display all the routes for application.
33+
2. Live search and sortable columns.
34+
3. Define request body in [JSON editor](https://github.com/josdejong/jsoneditor).
35+
4. Preview response depending on type (html or json).
36+
5. [Material design lite](https://getmdl.io/) as theme.
37+
6. Lightweight and no dependencies (except on laravel).
3838

3939
## Live demo
4040
*Coming...*

0 commit comments

Comments
 (0)