From 855a5d72f57b81093afa3319e454930cf8c284e7 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 19 May 2022 22:57:16 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e50c377..d0af330 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ const easyMDE = new EasyMDE({ }); ``` -All information and/or add your own icons +All information and/or add your own icons or text ```js const easyMDE = new EasyMDE({ @@ -373,6 +373,7 @@ const easyMDE = new EasyMDE({ // Add your own code }, className: "fa fa-star", + text: "Starred", title: "Custom Button", attributes: { // for custom attributes id: "custom-id",