From 81d822d6e1f48a586dabd2731623544161f39960 Mon Sep 17 00:00:00 2001 From: svalvaro Date: Wed, 13 Nov 2024 00:45:45 +0100 Subject: [PATCH] docs: updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48eed71..1bdf6cb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# An R interface to Quilljs +# An R interface to Quill(js) [![R-CMD-check](https://github.com/svalvaro/quill/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/svalvaro/quill/actions/workflows/R-CMD-check.yaml) -[Quill](https://quilljs.com/) is an open-source JavaScript library for a text editor. This R package makes it easy to create Quill editors from R. +[Quill](https://quilljs.com/) is an open-source JavaScript library to generate rich text editors. This R package makes it easy to create Quill editors from R. ![](man/figures/README-example.png)