Skip to content

Commit 590dad6

Browse files
authored
Fix Typo
1 parent eb88d01 commit 590dad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class MyController
4747
*/
4848
public function index(ServerRequestInterface $request)
4949
{
50-
return new JsonResponse("Hello" => "World!");
50+
return new JsonResponse(["Hello" => "World!"]);
5151
}
5252
}
5353
```

0 commit comments

Comments
 (0)