From 3cf5b88d6149df85dce610f97cde832a12a12dbc Mon Sep 17 00:00:00 2001 From: Alauddin Maulana Hirzan Date: Tue, 14 May 2024 06:00:34 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c91990..b3146f9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains useful programs written in **Python 3.9**. Each folder accompanied with **requirements.txt** for easier dependency access. -## Currently Avaiable: ## +## Currently Available: ## * Benchmark Program : using **psutil** to obtain performance * Pickle Compress Program : compress variable dumps using **gzip**, **bzip2**, **lzma**, or **no compression at all** * *adding more soon*