Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Apr 12, 2022
1 parent 0b0ba63 commit fc622b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use League\Fractal\Resource\Collection;

$books = [
['id'=>1, 'title'=>'Hogfather', 'characters' => [...]],
['id'=>2, 'title'=>'Game Of Kill Everyone', 'characters' => [...]]
['id'=>2, 'title'=>'Game Of Thrones', 'characters' => [...]]
];

$manager = new Manager();
Expand Down Expand Up @@ -234,7 +234,7 @@ This will return the following array:
[
'data' => [
['title' => 'Hogfather'],
['title' => 'Game Of Kill Everyone'],
['title' => 'Game Of Thrones'],
],
'meta' => [
['key1' => 'value1'],
Expand Down

0 comments on commit fc622b0

Please sign in to comment.