Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit 7796dcc

Browse files
authored
Headings require a space now
1 parent 55237d5 commit 7796dcc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
#CakePHP3-Proffer
1+
# CakePHP3-Proffer
22
An upload plugin for CakePHP 3.
33

44
![Proffer definition](http://i.imgur.com/OaAqQ6x.png)
55

6-
##What is it?
6+
## What is it?
77
So I needed a way to upload images in [CakePHP 3](http://github.com/cakephp/cakephp), and as I couldn't find anything
88
that I liked I decided to write my own in a similar vein to how [@josegonzalez](https://github.com/josegonzalez) had
99
written his [CakePHP-Upload](https://github.com/josegonzalez/cakephp-upload) plugin for CakePHP 2.
1010

11-
##Requirements
11+
## Requirements
1212
* PHP 5.6+
1313
* Database
1414
* CakePHP 3
@@ -19,14 +19,14 @@ For more requirements, please check the `composer.json` file in the repository.
1919

2020
This plugin implements the [Intervention](http://image.intervention.io/) image library.
2121

22-
##Status
22+
## Status
2323
[![Build Status](https://travis-ci.org/davidyell/CakePHP3-Proffer.svg?branch=master)](https://travis-ci.org/davidyell/CakePHP3-Proffer)
2424
[![Coverage Status](https://coveralls.io/repos/davidyell/CakePHP3-Proffer/badge.png)](https://coveralls.io/r/davidyell/CakePHP3-Proffer)
2525
[![Dependency Status](https://www.versioneye.com/user/projects/54eee43931e55e12f9000018/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54eee43931e55e12f9000018)
2626
[![Latest Stable Version](https://poser.pugx.org/davidyell/proffer/v/stable.svg)](https://packagist.org/packages/davidyell/proffer) [![Total Downloads](https://poser.pugx.org/davidyell/proffer/downloads.svg)](https://packagist.org/packages/davidyell/proffer) [![Latest Unstable Version](https://poser.pugx.org/davidyell/proffer/v/unstable.svg)](https://packagist.org/packages/davidyell/proffer) [![License](https://poser.pugx.org/davidyell/proffer/license.svg)](https://packagist.org/packages/davidyell/proffer)
2727
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/65daa950-3128-44ef-b388-d4370efd853c/mini.png)](https://insight.sensiolabs.com/projects/65daa950-3128-44ef-b388-d4370efd853c)
2828

29-
##Documentation
29+
## Documentation
3030
All the documentation can be found in the [docs](docs) folder.
3131
* [Installation](docs/installation.md)
3232
* [Configuration](docs/configuration.md)
@@ -37,12 +37,12 @@ All the documentation can be found in the [docs](docs) folder.
3737
* [FAQ](docs/faq.md)
3838
* [Upgrading](docs/upgrading.md)
3939

40-
##Contribution
40+
## Contribution
4141
Please open a pull request or submit an issue if there is anything you would like to contribute. Please write a test for
4242
any new functionality that you add and be sure to run the tests before you commit. Also don't forget to run PHPCS with
4343
the PSR2 standard to avoid errors in TravisCI.
4444

4545
:warning: Please target all new PRs at the `develop` branch.
4646

47-
##License
47+
## License
4848
Please see [LICENSE](LICENSE)

0 commit comments

Comments
 (0)