From b7192a0ea7207a7c87f6c248153b301b5ad65e34 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 04:18:51 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3460040..46cdc01 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#NoCSRF, a simple PHP5 token class to prevent CSRF attacks. +# NoCSRF, a simple PHP5 token class to prevent CSRF attacks. * [Website](http://bkcore.com/blog/code/nocsrf-php-class.html) * Author: Thibaut Despoulain