Update README.md

This commit is contained in:
Simon Sessingø
2017-10-23 22:04:28 +02:00
committed by GitHub
parent eb63a5d6ba
commit 2cc90e28d0
+1 -1
View File
@@ -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
<form method="post" action="<?= url(); ?>">