From 83fd45bebd8732ef2fda8703b26b17d15e6ec8e2 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Fri, 27 Mar 2026 11:50:51 +0100 Subject: [PATCH] Move disclaimer section to the beginning of README for better visibility --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d93d00..61ad6d4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A simple HTTP server for connectivity testing. It can be run from the command li It displays a simple HTML or plain-text page with the client's IP address and any detected `X-*` headers. +## Disclaimer + +The `ok-server.py` file was generated using AI under human supervision. The owner of the repository is not responsible for any issues that may arise from using the AI-generated code. + ## Usage ### Command Line @@ -46,7 +50,3 @@ This will start the server and expose it on port 8000. ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. - -## Disclaimer - -The `ok-server.py` file was generated using AI under human supervision. The owner of the repository is not responsible for any issues that may arise from using the AI-generated code.