From ffee0978e642e3adc1b647839efafa29eb4e1a3f Mon Sep 17 00:00:00 2001
From: Hadi <112569860+anotherhadi@users.noreply.github.com>
Date: Mon, 18 May 2026 23:47:00 +0200
Subject: [PATCH] move legal disclaimer
---
README.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 5c8c401..4d55964 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@
-- [Legal Disclaimer](#legal-disclaimer)
- [What is Spilltea?](#what-is-spilltea)
+- [Legal Disclaimer](#legal-disclaimer)
- [Features](#features)
- [Installation](#installation)
- [Project Management](#project-management)
@@ -30,6 +30,14 @@
+## What is Spilltea?
+
+Spilltea is a **terminal-native HTTP(S) interception proxy**. It sits between your browser and the internet, letting you inspect, modify, and replay traffic without ever leaving your terminal.
+
+It is intentionally minimal. No Electron, no browser, no bloat. Just a fast, keyboard-driven tool that gets out of your way.
+
+
+
## Legal Disclaimer
@@ -40,14 +48,6 @@ Use Spilltea only on systems and networks you own or have explicit written permi
The author(s) and contributors are not responsible for any misuse, damage, or legal consequences resulting from the use of this software. By using Spilltea, you agree that you are solely responsible for ensuring your usage is lawful and authorized.
-## What is Spilltea?
-
-Spilltea is a **terminal-native HTTP(S) interception proxy**. It sits between your browser and the internet, letting you inspect, modify, and replay traffic without ever leaving your terminal.
-
-It is intentionally minimal. No Electron, no browser, no bloat. Just a fast, keyboard-driven tool that gets out of your way.
-
-
-
## Features
- **Intercept**: Pause requests and responses in-flight. Inspect and modify them (even with your favorite editor) before forwarding.