From da41d08531559b3c9abefa5c82287298f2e4a0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=9D=A8=E5=B8=86?= <39647285+leno23@users.noreply.github.com> Date: Sun, 17 May 2026 15:09:44 +0800 Subject: [PATCH] docs: fix formatting button example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b037beb..f2ae2cd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ For example, if you created a `config/redactor/Standard.json` file with the foll ```json { - "buttons": ["html", "format", "bold", "italic", "lists", "link", "file"], + "buttons": ["html", "formatting", "bold", "italic", "lists", "link", "file"], "plugins": ["fullscreen"] } ```