From 22dc82512a5001ed23fe786b9a92968619d92404 Mon Sep 17 00:00:00 2001
From: Jamie Schouten <jamie@qlic.nl>
Date: Sat, 14 Sep 2024 20:07:49 +0200
Subject: [PATCH] Update readme

---
 README.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md
index aafd0f5..d2ff369 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,4 @@
-Here’s a README based on the new workflow you've provided. It explains how the workflow can be invoked, its parameters, and the job steps.
-
----
-
-# Quality Check Workflow
+# Quality Workflow
 
 This workflow is designed to automate quality checks for PHP applications. It performs static analysis with PHPStan, ensures code formatting using PHP CS Fixer, and audits Composer dependencies for known security vulnerabilities.