From abbd75cfdc31e931a458cf382a00d47c087a3c5a Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Tue, 29 Sep 2015 01:26:37 -0400 Subject: [PATCH] Fixed typographical error, changed availabe to available in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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