From 13f5be0a9cd050ff227cbea3ee760804d48c39d9 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Sat, 3 Feb 2024 21:37:35 +0800 Subject: [PATCH] Use RC version instead of beta --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 637190fac3..103f85b811 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,9 @@ Take a look at the [Quill](https://v2.quilljs.com/) website for more documentati ## Download -- [npm](https://www.npmjs.com/package/quill) - `npm install quill@beta` -- tar - https://github.com/quilljs/quill/releases +```shell +npm install quill@rc +``` ### CDN