Skip to content

Commit eb189a8

Browse files
committed
Update readme.md
1 parent eff6aee commit eb189a8

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
@@ -8,7 +8,7 @@ Laravel File API is good way to handle files with Laravel Storage.
88

99
1. Install File API
1010

11-
composer require unisharp/laravel-fileapi
11+
`composer require unisharp/laravel-fileapi`
1212

1313
1. Set service provider in `config/app.php`
1414

@@ -18,7 +18,7 @@ Laravel File API is good way to handle files with Laravel Storage.
1818

1919
1. publish config file
2020

21-
php artisan vendor:publish --tag=fileapi_config
21+
`php artisan vendor:publish --tag=fileapi_config`
2222

2323
### Config
2424

0 commit comments

Comments
 (0)