semicolon

This commit is contained in:
Bob 2017-12-29 00:55:40 -05:00 committed by GitHub
parent ae43aaa05f
commit f081e8b4cd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ At the highest level this library supports Cherry and Alps switches, and has pre
Every key starts with defaults that are overridden by each function call. The simplest cherry key you can make would be:
```
cherry() key()
cherry() key();
```
![a bog-standard cherry key](assets/example1.JPG)