From adf59d166231a547f20fe5d2a562e0829801aa03 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 06:28:51 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36e0d42..68f4b30 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You must note that since the FAQs/KB articles are being fetched from the server, yourGear.localArticlePath = @""; -####[Download Sample Article](./Article/) +#### [Download Sample Article](./Article/) ### Showing your HelpStack @@ -87,11 +87,11 @@ Using Swift, show HelpStack using the following invocation: let helpStack = HSHelpStack.instance() as HSHelpStack helpStack.showHelp(self) -###Customizing HelpStack UI +### Customizing HelpStack UI HelpStack comes with built in screens with a default theme. It also comes with a set of pre configured themes, which you can download from the link below: -####[Download Themes](./Themes/) +#### [Download Themes](./Themes/) You can start with one of these themes as your base. Download any of these pList files, include it in your project and rename it as required. In order to apply the themes for the HelpStack screens, include the following line of code when you configure HelpStack.