1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Fix header for package managers

We have at least two package managers, and the header should be in plural.
This commit is contained in:
alexesprit 2020-01-02 13:56:07 +03:00
parent 56c36dd1ee
commit 25b0528e07

View File

@ -4,7 +4,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
## Table of contents ## Table of contents
* [Applications](#applications) * [Applications](#applications)
* [Package manager](#package-manager) * [Package managers](#package-managers)
* [Interpreters/Compilers](#interpreters-compilers) * [Interpreters/Compilers](#interpreters-compilers)
* [Editors](#editors) * [Editors](#editors)
* [Web](#web) * [Web](#web)
@ -46,7 +46,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
* [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V. * [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V.
* [Vork](https://github.com/Itay2805/Vork) - alternative V compiler/interpreter written in Python. * [Vork](https://github.com/Itay2805/Vork) - alternative V compiler/interpreter written in Python.
### Package manager ### Package managers
* [vpkg](https://github.com/vpkg-project/vpkg) - An alternative package manager for V. * [vpkg](https://github.com/vpkg-project/vpkg) - An alternative package manager for V.
* [vpm](https://github.com/yue-best-practices/vpm) - The V language package management tool written in V. * [vpm](https://github.com/yue-best-practices/vpm) - The V language package management tool written in V.