From 47404799ab2144405a75eedf0fee8b3cf00b7caa Mon Sep 17 00:00:00 2001 From: bot Date: Sat, 17 May 2025 04:42:50 +0000 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b707f15..89e67bb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a FastAPI-based Todo Application API that allows you to manage todo items. It's built with FastAPI and SQLite for data persistence. ## Features - +### Hii - Create, read, update, and delete todo items - Filter todos by completion status - Health check endpoint @@ -107,4 +107,4 @@ alembic upgrade head # Create a new migration alembic revision --autogenerate -m "Description of changes" -``` \ No newline at end of file +```