From f923835f69be02366b534e060c9fc638c087c89f Mon Sep 17 00:00:00 2001 From: hamitsu Date: Fri, 9 Jan 2026 17:27:15 +0100 Subject: [PATCH] Clarify project purpose Adds a short section explaining the educational scope of the repository. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ef80bb5..4cf10fcf 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ Install requirements.txt in a virtual environment of your choice and execute mai pip install -r requirements.txt python main.py ``` +## Project Purpose + +This repository provides example Python code for interacting with +the Kalshi API and is intended for educational and starter use only.