From 42eddc339b35e19b6017dbfdfae70662c1a5933a Mon Sep 17 00:00:00 2001 From: Estee Tey Date: Wed, 31 Jan 2024 12:59:00 +0800 Subject: [PATCH] Rename project and update readme --- README.md | 4 +--- index.html | 12 ++++++------ locales/en.json | 2 +- src/App.vue | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 711effc..d731cba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# styled-qr-code-generator +# mini-qr-code-generator [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) @@ -12,8 +12,6 @@ A customizable QR code generator to create beautiful and unique QR codes. - - diff --git a/index.html b/index.html index 07f0ae6..2a235a2 100644 --- a/index.html +++ b/index.html @@ -11,17 +11,17 @@ content="A user-friendly and customizable QR code generator that allows you to create styled QR codes with ease."> - + - + - + - + content="Create beautiful QR codes with a mini QR code generator. Customize colors, patterns, and designs to match your brand or personal style."> + - Styled QR Code Generator + Mini QR Code Generator diff --git a/locales/en.json b/locales/en.json index 5570c4b..06ae9d1 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1,5 +1,5 @@ { - "Styled QR Code Generator": "Styled QR Code Generator", + "Mini QR Code Generator": "Mini QR Code Generator", "Randomize style": "Randomize style", "No data!": "No data!", "Change language": "Change language", diff --git a/src/App.vue b/src/App.vue index d875b67..0ee1643 100644 --- a/src/App.vue +++ b/src/App.vue @@ -304,7 +304,7 @@ onMounted(() => {
-

{{ t('Styled QR Code Generator') }}

+

{{ t('Mini QR Code Generator') }}