From 84005399dd7e434aba5f6a7839b8956f12a56762 Mon Sep 17 00:00:00 2001 From: yosoyjhork Date: Tue, 6 Jan 2026 20:23:42 +0100 Subject: [PATCH] Add project description to README Adds a short high-level description to clarify the purpose of the repository. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2ef80bb5..814485c3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +## Project Description + +This repository provides simple Python examples for interacting with the Kalshi API. +It is intended for developers who want a minimal and clear starting point. + # kalshi-starter-code-python Example python code for accessing api-authenticated endpoints on [Kalshi](https://kalshi.com). This is not an SDK.