diff --git a/README.md b/README.md index 3f77661..4bf8a80 100644 --- a/README.md +++ b/README.md @@ -723,7 +723,7 @@ $body = Flight::request()->getBody(); ## JSON Input -If you send request with the type `application/json` and the data `{"id": 123}` it will be availabe +If you send request with the type `application/json` and the data `{"id": 123}` it will be available from the `data` property: ```php