diff --git a/README.md b/README.md index b3146f9..ed9e5bb 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ This repository contains useful programs written in **Python 3.9**. Each folder ## Currently Available: ## * Benchmark Program : using **psutil** to obtain performance * Pickle Compress Program : compress variable dumps using **gzip**, **bzip2**, **lzma**, or **no compression at all** +* FastAPI Simple Example (Normal Request, GET Request, HTML Request) * *adding more soon*