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