From 7e1c4d8f3bc65197f9d8e39723897ad44638abcb Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Sat, 31 Aug 2024 02:39:14 -0400 Subject: [PATCH] i stg --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ee4f740..0bad838 100644 --- a/readme.md +++ b/readme.md @@ -30,4 +30,4 @@ gcc -o caur src/main.c -lcurl - [] Add cleanup options for build dependencies. - [] Include a feature to clear the package cache. - [] List installed packages by name and count. -- [] Refactor code to be modular, with each function in its own file. \ No newline at end of file +- [x] Refactor code to be modular, with each function in its own file.