From de5eb054203016b80a3218e00a50dc265ef44244 Mon Sep 17 00:00:00 2001 From: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:06:09 -0800 Subject: [PATCH] Remove usage section from README Removed usage instructions from README. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 55731db..b115b31 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,6 @@ This folder contains Proof of Concept files to demonstrate GitHub Merge Queues. - `test.sh`: A script that simulates test execution with various modes (`pass`, `fail`, `flaky`, `sleep`). - `version.txt`: A simple text file used to demonstrate semantic conflicts. -## Usage - -1. **Setup**: - - Ensure `test.sh` is executable (`chmod +x scripts/test.sh`). - ## Scenarios ### 1. Happy Path