From e3fec69afff04d826597deeb57e184e1b432c228 Mon Sep 17 00:00:00 2001 From: NStefan002 Date: Sun, 10 Nov 2024 17:18:01 +0100 Subject: [PATCH] docs(readme): update table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cff836..f59394a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ require("wormhole").setup({ }) ``` -| Column1 | Column2 | +| option | explanation | | -------------- | --------------- | | `labels_type` | Which characters to use for labels. Can be one of the following: `home_row`, `numbers`, `custom` | | `custom_labels` | Array of custom labels to use. Only used if `labels_type` is set to `custom` |