From 42f202ac10586f489f8e247953285694bc90a57c Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 04:47:12 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc1ee7d..51fedb9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ ### This repo is no longer maintained. If you would like to take over ownership please [get in touch](mailto:gilbert@pellegrom.me). -#PUF +# PUF PUF (PHP Utility Framework) provides PHP developers with an assortment of utility functions that are commonly used in web applications. Written in PHP 5, PUF aims to become the "go to" framework for all of those functions that you commonly use in apps but can never find because you've forgotten to add it to your snippet collection. -##Requirements +## Requirements To use PUF you will need the following: @@ -14,7 +14,7 @@ To use PUF you will need the following: Yes that's all! -##Please Contribute +## Please Contribute The only way this project will become successful and useful is if all of you PHP developers contribute to PUF. Got any favorite snippets that aren't in PUF already? Then throw them in and include your name and website in the @author tag in the documentation. The more you contribute @@ -22,14 +22,14 @@ to PUF the more everyone will benefit. So don't be afraid to give PUF a fork and contribute your own functions! -##Licensing +## Licensing PUF is released under the [GPL v2](http://www.gnu.org/licenses/gpl-2.0.html). Some of the functions that will appear in PUF will be written by other developers or found in other applications (e.g. WordPress, CodeIgniter etc). This is cool. Just make sure the license that their code is released under is compatible with GPL v2, and make sure to give credit where credit is due in the function documentation. -##Example Usage +## Example Usage