Markdown fixes

This commit is contained in:
Paulus Schoutsen 2015-10-28 23:00:29 -07:00
parent 08d65ba714
commit 47eae9077e
52 changed files with 247 additions and 406 deletions

View file

@ -22,7 +22,7 @@ The `keyboard` component simulates key presses on the host machine. It currently
To load this component, add the following lines to your `configuration.yaml`:
```
```yaml
keyboard:
```
@ -30,8 +30,8 @@ keyboard:
You may need to install platform-specific [dependencies for PyUserInput](https://github.com/SavinaRoja/PyUserInput#dependencies) in order to use the keyboard component. In most cases this can be done by running:
```
pip3 install [package name]
```bash
$ pip3 install [package name]
```
#### {% linkable_title Windows %}