From 13feebb22e1e1ecee25e63a82a4a32b5d11bff70 Mon Sep 17 00:00:00 2001 From: Robert Shippey Date: Sun, 9 Apr 2017 01:46:20 +0100 Subject: [PATCH] fix markdown headings --- Home.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 529e338..008e6db 100644 --- a/Home.md +++ b/Home.md @@ -1,8 +1,8 @@ -###Jump to: +### Jump to: - [Default Modules](#default-modules) - [3rd Party Modules](#3rd-party-modules) -##Default modules: +## Default modules: The following modules are installed by default. - [**Clock**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/clock) - [**Calendar**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar) @@ -13,8 +13,8 @@ The following modules are installed by default. - [**Hello World**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/helloworld) - [**Alert**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/alert) -##Optional Modules: -##Installing: +## Optional Modules: +## Installing: To install 3rd party or your own custom modules just follow these steps: - Navigate to the modules folder via the follow command: `cd ~/MagicMirror/modules`. - Clone the module from github: `git clone https://github.com/author/module-name` (remembering to replace the URL with that of the module on github). @@ -33,7 +33,7 @@ To install 3rd party or your own custom modules just follow these steps: ``` to the list of modules. You can look at the default modules for examples and further details can be found on the main readme. -##3rd party modules: +## 3rd party modules: The following modules are created by their respective authors: - **[MMM-Advent by Jopyth](https://github.com/Jopyth/MMM-Advent)**
Display a candle burning down towards a specific date (e.g. an advent candle).