From 16a815968cecc83df517200c1fea56c237e91f3d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 29 Jun 2026 20:38:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49bffdb..16a2384 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ -# Vicinae Extension +# Vicinae Gitmoji Extension -Congratulations on generating your new Vicinae extension! +This extension shows a list of [gitmojis](https://gitmoji.dev) and copies their code (either as text or as unicode) to the clipboard. -You can install the required dependencies and run your extension in development mode like so: +You can install the required dependencies and run the extension in development mode like so: ```bash npm install npm run dev ``` -If you want to build the production bundle, simply run: + +If you want to build and install the production bundle, simply run: + ```bash npm run build