From 14ab0d409b24e2e8469fe69f47c072d0483bb7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Tue, 27 Mar 2018 02:27:37 +0200 Subject: [PATCH] Improve readability of documentation --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88188ab3..7fc145e2 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,12 @@ $middleware = ContentTypeMiddleware::fromRecommendedSettings( 'charset' => true, ], ], - // It's very important to mention that the first format will be - // used as fallback (no acceptable mime type found), that the - // order of elements does matter, and that the first element of - // `mime-type` list will be used as negotiated type. + // It's very important to mention that: + // + // * the first format will be used as fallback (no acceptable mime type + // found) + // * the order of elements does matter + // * the first element of `mime-type` list will be used as negotiated type // The second argument is the list of formatters that will be used for