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.