From ef827ba61fb019d884c8e4ccf6fe297f64b3029e Mon Sep 17 00:00:00 2001 From: Nick Trierweiler Date: Fri, 15 Jul 2022 15:07:19 -0400 Subject: [PATCH] Fix typo in readme This is meant to be "italic" not "italics" which will render an empty icon here. The docs specify this as well and I tested locally while working through implementing this on a project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b098624..066b6a1 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ const easyMDE = new EasyMDE({ className: "fa fa-bold", title: "Bold", }, - "italics", // shortcut to pre-made button + "italic", // shortcut to pre-made button { name: "custom", action: (editor) => {