changeset 27:fabcd3621d25

Markdown typo
author Jacob Alexander <haata@kiibohd.com>
date Mon, 16 Feb 2015 13:48:01 -0800
parents 07f27f57642f
children bdcd737cddcb 2375cf38f9bf
files README.markdown
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.markdown	Mon Feb 16 13:46:29 2015 -0800
+++ b/README.markdown	Mon Feb 16 13:48:01 2015 -0800
@@ -14,11 +14,15 @@
 -----
 
 ### General Usage
-```kll.py <kll files>
+
+```bash
+kll.py <kll files>
 ```
 
 ### Kiibohd Controller Usage
-```kll.py <basemap kll files> --default <default layer kll files> --partial <partial layer 1 kll files> --partial <partial layer 2 kll files> --backend kiibohd --template templates/kiibohdKeymap.h --output generatedKeymap.h --defines-template templates/kiibohdDefs.h --defines-output kll_defs.h
+
+```bash
+kll.py <basemap kll files> --default <default layer kll files> --partial <partial layer 1 kll files> --partial <partial layer 2 kll files> --backend kiibohd --template templates/kiibohdKeymap.h --output generatedKeymap.h --defines-template templates/kiibohdDefs.h --defines-output kll_defs.h
 ```
 
 See `kll.py --help` for the most up to date documentation