From 60f5661da837fa22a98bbae36de84fcd767d207c Mon Sep 17 00:00:00 2001 From: Benjamin Hirsch Date: Tue, 16 May 2017 17:00:10 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a954155..9ae50bf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Adds Microsoft Azure Blob Storage support to TYPO3 file abstraction layer (FAL). ## Installation -#####Composer +##### Composer ```php composer require b3n/azurestorage ``` @@ -11,7 +11,7 @@ After you've installed the extension, you need to enable it either via console or in the backend. After that, add a new file storage and enter your Azure Blob Storage credentials. -#####Add a new File Storage +##### Add a new File Storage ![screenshot-installer](https://raw.githubusercontent.com/benjaminhirsch/benjaminhirsch.github.io/master/repository-assets/azure-storage-add-new-file-storage.jpg) In the next step, enter all required credentials which you can find in the Azure @@ -25,4 +25,4 @@ name you gave your container, you can also find it under Overview. I would like to say thank you to [Susanne Moog](https://github.com/psychomieze) for her previous work on her own extension to implement the Azure Blob Storage. -Her work was a good point to start. \ No newline at end of file +Her work was a good point to start.