Skip to content

Commit 6a51f1c

Browse files
authored
Merge pull request #76 from DavidFricker/patch-1
header formatting issues Merging, thanks man!
2 parents dc01641 + 93d1e92 commit 6a51f1c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

readme.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,24 @@ csrfProtector::init();
4040
```
4141
simply include the library and call the `init()` function!
4242

43-
###Detailed information @[Project wiki on github](https://github.com/mebjas/CSRF-Protector-PHP/wiki)
44-
###More information @[OWASP wiki](https://www.owasp.org/index.php/CSRFProtector_Project)
43+
### Detailed information @[Project wiki on github](https://github.com/mebjas/CSRF-Protector-PHP/wiki)
4544

46-
###Contribute
45+
### More information @[OWASP wiki](https://www.owasp.org/index.php/CSRFProtector_Project)
46+
47+
### Contribute
4748

4849
* Fork the repo
4950
* Create your branch
5051
* Commit your changes
5152
* Create a pull request
5253

53-
54-
55-
###Note
54+
### Note
5655
This version (`master`) requires the clients to have Javascript enabled. However if your application can work without javascript & you require a nojs version of this library, check our [nojs version](https://github.com/mebjas/CSRF-Protector-PHP/tree/nojs-support)
5756

58-
##Join Discussions on mailing list
59-
[link to mailing list](https://lists.owasp.org/mailman/listinfo/owasp-csrfprotector)
57+
## Discussion
58+
Join Discussions on the [mailing list](https://lists.owasp.org/mailman/listinfo/owasp-csrfprotector)
6059

61-
for any other queries contact me at: **[email protected]**
60+
For any other queries contact me at: **[email protected]**
6261

6362
### FAQ:
6463
1. What happens if token expires? - https://github.com/mebjas/CSRF-Protector-PHP/wiki/what-if-token-expires

0 commit comments

Comments
 (0)