From 2cc90e28d0302e886105c74321201d9cd8493c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Mon, 23 Oct 2017 22:04:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 509c799..f8471ca 100644 --- a/README.md +++ b/README.md @@ -714,7 +714,7 @@ You can change the key by overwriting the constant in your own CSRF-verifier cla **Example:** -The example below will post to the current url and add a hidden field with the name of `csrf_token`. +The example below will post to the current url with a hidden field "`csrf_token`". ```php