Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-obiwale authored Oct 20, 2017
1 parent a23c641 commit fadca92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ And with just the above, the controller would take care of listing (w/ paginatio
and all `CRUD` operations and give the right JSON responses.

```php
Route::resource('books', 'BookController');
Route::apiResource('books', 'BookController');
```

## API Documentation
Expand Down

0 comments on commit fadca92

Please sign in to comment.