fix markdown headings

Robert Shippey 2017-04-09 01:46:20 +01:00
parent 5dc04e6bd6
commit 13feebb22e

10
Home.md

@ -1,8 +1,8 @@
###Jump to: ### Jump to:
- [Default Modules](#default-modules) - [Default Modules](#default-modules)
- [3rd Party Modules](#3rd-party-modules) - [3rd Party Modules](#3rd-party-modules)
##Default modules: ## Default modules:
The following modules are installed by default. The following modules are installed by default.
- [**Clock**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/clock) - [**Clock**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/clock)
- [**Calendar**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar) - [**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) - [**Hello World**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/helloworld)
- [**Alert**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/alert) - [**Alert**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/alert)
##Optional Modules: ## Optional Modules:
##Installing: ## Installing:
To install 3rd party or your own custom modules just follow these steps: 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`. - 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). - 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. 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: The following modules are created by their respective authors:
- **[MMM-Advent by Jopyth](https://github.com/Jopyth/MMM-Advent)** <br> Display a candle burning down towards a specific date (e.g. an advent candle). - **[MMM-Advent by Jopyth](https://github.com/Jopyth/MMM-Advent)** <br> Display a candle burning down towards a specific date (e.g. an advent candle).