fix header formatting

This commit is contained in:
Mollusk 2019-02-26 09:38:09 +00:00
parent 4194bb877a
commit 0b599d2412

View File

@ -1,11 +1,11 @@
#Bash Drum Kit # Bash Drum Kit
###simply play ### simply play
##Depends ## Depends
* bash * bash
* aplay * aplay
##Help File ## Help File
``` ```
BDK - BASH DRUM KIT BDK - BASH DRUM KIT
@ -19,13 +19,13 @@ BDK - BASH DRUM KIT
-l List available kits -l List available kits
``` ```
##Creating Kits ## Creating Kits
All kits are just directories within the kits directory. All kits are just directories within the kits directory.
Each directory has it's own confit with variables which contain file paths to sounds. Each directory has it's own confit with variables which contain file paths to sounds.
These sounds are then carried over to BDK and used with hotkeys. These sounds are then carried over to BDK and used with hotkeys.
##Directory Structures ## Directory Structures
``` ```
bdk -| bdk -|
kits (dir)-| kits (dir)-|
@ -35,7 +35,7 @@ bdk -|
config (file) config (file)
``` ```
##Using Kits ## Using Kits
Just point bdk to the kit you want to use: Just point bdk to the kit you want to use:
@ -52,7 +52,7 @@ bdk -l
``` ```
##Example config ## Example config
located in: kits/default/config located in: kits/default/config