From f1fd7d1aa9738e9c21ff7cc6f1b94bc7ab1b58a7 Mon Sep 17 00:00:00 2001 From: kasi-x <149961262+kasi-x@users.noreply.github.com> Date: Mon, 20 May 2024 00:51:54 +0900 Subject: [PATCH] fix keybind typo `CBcabox (Center Box Aligned Adapted Box) is correct. "CBbcaox" is typo/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac86872..16c74e4 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ See the rest of this doc for more details. |`CBrcbox[num]` | _Right aligned box of fixed size_ with _Centered text_ | `require("comment-box").rcbox([num])` | |`CBrrbox[num]` | _Right aligned box of fixed size_ with _Right aligned text_ | `require("comment-box").rrbox([num])` | |`CBlabox[num]` | _Left aligned adapted box_ | `require("comment-box").labox([num])` | -|`CBbcaox[num]` | _Centered adapted box_ | `require("comment-box").cabox([num])` | +|`CBcabox[num]` | _Centered adapted box_ | `require("comment-box").cabox([num])` | |`CBrabox[num]` | _Right aligned adapted box_ | `require("comment-box").rabox([num])` | The `[num]` parameter is optional. It's the number of a predefined style from the catalog (see [Catalog](#the-catalog)). By leaving it empty, the box or line will be drawn with the style you defined or if you didn't define one, with the default style.