Skip to content

Commit

Permalink
Improve readability of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Mar 27, 2018
1 parent 1dccb09 commit 14ab0d4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14ab0d4

Please sign in to comment.