From 6b0184d2aa42f2224b2f946e7a6ce380e4233adb Mon Sep 17 00:00:00 2001 From: bereck-work Date: Mon, 17 Nov 2025 19:03:06 +0000 Subject: [PATCH] (Chore): Minor readme changes --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 57978ee..969e1fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# 🗜️ Zipprine - Advanced Archive Manager +# 🗜️ Zipprine - TUI zipping tool -A beautiful, feature-rich TUI application for managing archives with style! +A simple and clean TUI application for managing archives/ ## ✨ Features @@ -29,14 +29,14 @@ A beautiful, feature-rich TUI application for managing archives with style! ```bash # Clone the repository -git clone https://github.com/bereck-work/ziprine.git -cd ziprine +git clone https://github.com/bereck-work/ziporine.git +cd zipprine # Install dependencies go mod download # Build -go build -o ziprine ./cmd/ziprine +go build -o zipprine ./cmd/ziprine # Run ./ziprine @@ -108,8 +108,8 @@ ziprine/ ## 📝 License -MIT License - Feel free to use and modify! +MIT License -## 🤝 Contributing +## Things to do -Contributions are welcome! Feel free to open issues or submit PRs. +- [ ] Add unit tests