From 5ec42d48f835d1585aac9d41182542990f9086d5 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sun, 13 Oct 2024 01:23:55 +0200 Subject: [PATCH] chore: update package.json infos and readme --- README.md | 4 +--- package.json | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e95c9a..a3e8cb8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ -# social-qr - -The simplest qr code generator for social media. +# simple-qr diff --git a/package.json b/package.json index cf146ce..4b98532 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,7 @@ { "name": "social-qr", + "description": "Simple, bullshit-free QR code generator", + "author": "Pihkaal (https://pihkaal.me)", "private": true, "type": "module", "scripts": {