Skip to content

Commit

Permalink
another try to fix the indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Hirschberger committed Dec 5, 2020
1 parent ec9c4c4 commit 1f70006
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ This module displays buttons that can be controlled by touch or mouse click. As

## Installation ##
```
cd ~/MagicMirror/modules
git clone https://github.com/Tom-Hirschberger/MMM-TouchButton.git
cd MMM-TouchButton
npm install
cd ~/MagicMirror/modules
git clone https://github.com/Tom-Hirschberger/MMM-TouchButton.git
cd MMM-TouchButton
npm install
```

## Configuration ##
```json5

{
module: "MMM-TouchButton",
position: "bottom_left",
Expand All @@ -28,7 +28,7 @@ This module displays buttons that can be controlled by touch or mouse click. As

An example with three buttons. One to shutdown the host, one to reboot it and one to hide/show a module:
```json5
{
module: "MMM-TouchButton",
position: "bottom_left",
Expand Down

0 comments on commit 1f70006

Please sign in to comment.