From b3a89f9d1d204f0cbca7cfbfd73d81726bb6c96d Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 22:57:11 -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 9d41fb6..cdbe1fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -##THIS PROJECT IS NO LONGER MAINTAINED +## THIS PROJECT IS NO LONGER MAINTAINED Please use https://github.com/php-sepa-xml/php-sepa-xml php-sepa-xml @@ -24,8 +24,8 @@ Institutions and associations that should accept this format: However, always verify generated files with your bank before using! -##Installation -###Composer +## Installation +### Composer This library is available in packagist.org, you can add it to your project via Composer. @@ -46,7 +46,7 @@ Specific minor version, API stability "digitick/sepa-xml" : "0.10.*" ``` -##Sample Usage DirectDebit with Factory +## Sample Usage DirectDebit with Factory ```php //Set the initial information $directDebit = TransferFileFacadeFactory::createDirectDebit('test123', 'Me'); @@ -75,7 +75,7 @@ $directDebit->addTransfer('firstPayment', array( $directDebit->asXML(); ``` -##Extended Usage Credit Transfer +## Extended Usage Credit Transfer ```php // Create the initiating information $groupHeader = new GroupHeader('SEPA File Identifier', 'Your Company Name');