From dbcfe7ff5402d9eeda20b35ad278e1578e22431d Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 3 Feb 2020 08:51:19 +0100 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f6d8d7..4563951 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ composer require beyondcode/laravel-server-timing ## Usage -To add server-timing header informations, you need to add the `BeyondCode\ServerTiming\Middleware\ServerTimingMiddleware` middleware to your HTTP Kernel. +To add server-timing header information, you need to add the `BeyondCode\ServerTiming\Middleware\ServerTimingMiddleware` middleware to your HTTP Kernel. In order to get the most accurate results, put the middleware as the first one to load in the middleware stack. By default, the middleware measures only three things, to keep it as light-weight as possible: