From d77dcf0962b21797a1b4625bb1db7268b9d170a1 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 5 May 2021 10:28:31 -0500 Subject: [PATCH] README: Show yarn command --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ece0d452..eb07314f3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ Install plugin with NPM or Yarn `npm install ckeditor5-math --save-dev` +`yarn add ckeditor5-math --dev` + Add import into ckeditor.js file ```js