From 5be7f4597c982d5651b219b78aad375ae1f7ef7a Mon Sep 17 00:00:00 2001 From: apoorv569 Date: Thu, 13 May 2021 23:14:01 +0530 Subject: [PATCH] Fix markdown table layout. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d5bedda..74ee911 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,13 @@ cd build There are few pre-defined keybindings for SampleHive that you can use, such as -| KEYBIND | ACTION | -|---------+--------------------------| -| P | Play the selected sample | -| L | Toggle loop on/off | -| M | Toggle mute on/off | -| S | Stop the playing sample | -| O | Open the settings dialog | +| KEYBIND | ACTION | +| :--- | :--- | +| `P` | Play the selected sample | +| `L` | Toggle loop on/off | +| `M` | Toggle mute on/off | +| `S` | Stop the playing sample | +| `O` | Open the settings dialog | ## Can I configure SampleHive?