Skip to content

Commit 16eb5c4

Browse files
committed
Fix typo
1 parent e20fc9b commit 16eb5c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ Route::get('/', function (Request $request) {
136136
Furthermore, the package also includes a response macro that can be used to
137137
elegantly convert an image resource into an HTTP response.
138138

139-
The following code example shows how to read an image from disk
140-
apply modifications and use the image response macro to encode it and send the image back to
141-
the user in one call. Only the first parameter is required.
139+
The following code example shows how to read an image from disk, apply
140+
modifications and use the image response macro to encode it and send the image
141+
back to the user in one call. Only the first parameter is required.
142142

143143
```php
144144
use Illuminate\Support\Facades\Route;

0 commit comments

Comments
 (0)