diff --git a/README.md b/README.md
index d7b8970..e4c8c8e 100644
--- a/README.md
+++ b/README.md
@@ -2,28 +2,9 @@
-
Redesign of the Proxmox VE Helper Scripts website. optimized for readablity and security
- > [!WARNING] > always check the source code of the scripts before running them. Copying random scripts without understanding what they do can lead to data loss or other security issues. -## 👀 Why even use the Re-design? - -### Overview - -This repository contains a collection of helper scripts for Proxmox VE, designed to enhance and simplify the user experience. The scripts include various functionalities such as easier access to source code for improved security and a redesigned website for better script viewing. - -### Features - -- **Script Source Access**: Easily access the source code of each script to review and enhance security. -- **Redesigned Website**: Improved layout for easier script viewing. - ### Tech Stack - [Next.js](https://nextjs.org/) with Typescript for the frontend - [Tailwind CSS](https://tailwindcss.com/) for styling diff --git a/package.json b/package.json index 672c947..aa06d79 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "author": { "name": "Bram Suurd", - "url": "https://github.com/BramSuurdje" + "url": "https://github.com/community-scripts" }, "type": "module", "scripts": { diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b38907..28781d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function Page() {