From 9922dcc55271f90dc5e92cc73c1558b0cd7970c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Sat, 19 Nov 2016 19:37:59 +0100 Subject: [PATCH] Updated documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a830f03..5f06593 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ Add the property ```except``` with an array of the urls to the routes you would Querystrings are ignored. ```php -use Pecee\Http\Middlewares\BaseCsrfVerifier; +use Pecee\Http\Middleware\BaseCsrfVerifier; class CsrfVerifier extends BaseCsrfVerifier {