Skip to content

Commit 4fc432d

Browse files
authored
Update README.md
1 parent d52ab33 commit 4fc432d

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
@@ -310,7 +310,7 @@ public function xmlToPdf()
310310
```php
311311
Route::get('reports/xml', 'ReportsController@xmlToPdf');
312312
```
313-
and just run:
313+
**and just go to**:
314314

315315
http://localhost:8000/reports/json
316316

@@ -369,7 +369,7 @@ public function jsonToPdf()
369369
Route::get('reports/json', 'ReportsController@jsonToPdf');
370370
```
371371

372-
and just run:
372+
**and just go to**:
373373

374374
http://localhost:8000/reports/json
375375

0 commit comments

Comments
 (0)