From 279b24cada57635b88b4265bda07214ac45d7828 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sun, 3 Dec 2017 21:24:35 +0100 Subject: [PATCH] Added some spacing to the raw body note to make it look nice --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6921e2bf..21eec0b8 100644 --- a/README.md +++ b/README.md @@ -721,8 +721,8 @@ $middlewares = new MiddlewareRunner([ ``` > Note that while PHP's default behavior is to have the raw body available in `php://input` and -`$HTTP_RAW_POST_DATA`, the raw body isn't available in either when using `react/http`. Instead -you can get the raw body through `$request->getBody()`. + `$HTTP_RAW_POST_DATA`, the raw body isn't available in either when using `react/http`. Instead + you can get the raw body through `$request->getBody()`. #### RequestBodyParserMiddleware