From c094aba4de6534ee23feef270b2e68b793417376 Mon Sep 17 00:00:00 2001 From: Sam Russell <61888181+metacryst@users.noreply.github.com> Date: Sat, 4 Nov 2023 19:29:02 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70615a3..6b0008a 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ Usage: Install the VSCode extension "Quill". ## Functions: Clone this repository into the top level of the project you are working on, so the HTML can find the "quill.js" functions. Use backticks with both to get HTML and CSS syntax highlighting. -- ```addStyle```: Adds a style to a Quill style tag in the head. -- ```html```: Creates a parsed HTML element (which is not yet in the DOM) \ No newline at end of file +- ```css() or addStyle()```: Adds a style to a Quill style tag in the head. +- ```html()```: Creates a parsed HTML element (which is not yet in the DOM)