diff --git a/README.md b/README.md index 54fd6cb..216e5e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ZPico -The minuscule zsh package manager. No frills, no bloat, just 2 kB of 100% Zsh code, providing complete package management for your Zsh environment. +The minuscule zsh package manager. No frills, no bloat, just 4 kB of 100% Zsh code, providing complete package management for your Zsh environment. Zsh package managers are abundant, but most are bloated, slow or have excessive requirements. On top of that, more than a few have been abandoned for years. Zpico does not seek to be the best of the best, rather to balance functionality against a tiny, fast footprint. diff --git a/zpico.zsh b/zpico.zsh index 66907a3..e4f9d08 100644 --- a/zpico.zsh +++ b/zpico.zsh @@ -1,7 +1,5 @@ # Zpico -- the miniscule zsh package manager # -# Version 0.4.0 -# # https://github.com/thornjad/zpico # Copyright (c) 2021-2023 Jade Michael Thornton under the terms of the ISC License