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:
parent
56c36dd1ee
commit
25b0528e07
@ -4,7 +4,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
||||
|
||||
## Table of contents
|
||||
* [Applications](#applications)
|
||||
* [Package manager](#package-manager)
|
||||
* [Package managers](#package-managers)
|
||||
* [Interpreters/Compilers](#interpreters-compilers)
|
||||
* [Editors](#editors)
|
||||
* [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.
|
||||
* [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.
|
||||
* [vpm](https://github.com/yue-best-practices/vpm) - The V language package management tool written in V.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user