diff --git a/README.md b/README.md index 70b5a34..1016b6b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kinspector +# kinspect Small tool to quickly inspect the details of public PGP keys. diff --git a/package-lock.json b/package-lock.json index 7db96d5..ab7f744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "kinspector", + "name": "kinspect", "version": "0.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index c98803c..9699941 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "kinspector", + "name": "kinspect", "version": "0.1.0", "private": true, "scripts": { diff --git a/public/index.html b/public/index.html index 45aeaaf..e08b59d 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - kinspector - Check the details of any PGP public key + kinspect - Check the details of any PGP public key diff --git a/src/App.vue b/src/App.vue index 07b2502..2bf3650 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,14 +2,14 @@ - kinspector - + kinspect - Check the details of any PGP key Swicth to {{darkTheme ? "light theme" : "dark theme"}} - + Check source code @@ -23,7 +23,7 @@
Developed by Gonçalo Valério | License: - AGPL + AGPL