diff --git a/README.md b/README.md index c3d7a95..9c44de2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ -# Qrs +
-Stream data through multiple QRCodes, a bit like this meme: +

+ +

+

Qrs

+ +

+Stream data through multiple QRCodes +

+ +
+

a bit like this meme:

Install Windows using QR Codes +
## Usage diff --git a/app/constants/index.ts b/app/constants/index.ts index 082eae4..ec2b8e1 100644 --- a/app/constants/index.ts +++ b/app/constants/index.ts @@ -1,2 +1,2 @@ -export const appName = 'Vitesse for Nuxt 3' -export const appDescription = 'Vitesse for Nuxt 3' +export const appName = 'Qrs' +export const appDescription = 'Stream data through multiple QRCodes' diff --git a/app/layouts/default.vue b/app/layouts/default.vue index 4214a14..2ea56c0 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -1,21 +1,25 @@