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

README.md: fix anchor link to libraries/files (#174)

This commit is contained in:
Turiiya 2023-06-12 12:44:07 +02:00 committed by GitHub
parent 60b3eafc54
commit 9c48aa618a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
- [Database clients](#database-clients) - [Database clients](#database-clients)
- [Discord](#discord) - [Discord](#discord)
- [Eventing](#eventing) - [Eventing](#eventing)
- [Files](#files) - [File handling](#file-handling)
- [Game development](#game-development) - [Game development](#game-development)
- [Graphics](#graphics-1) - [Graphics](#graphics-1)
- [IRC](#irc) - [IRC](#irc)
@ -186,7 +186,7 @@
- [eventbus](https://github.com/vlang/v/tree/master/vlib/eventbus) - A simple event bus system for V. - [eventbus](https://github.com/vlang/v/tree/master/vlib/eventbus) - A simple event bus system for V.
### Files ### File handling
- [v-mime](https://github.com/nedpals/v-mime) - MIME detection library for V. - [v-mime](https://github.com/nedpals/v-mime) - MIME detection library for V.
- [vmon](https://github.com/Larpon/vmon) - Asynchronously watch for file changes in a directory. The module is essentially a V wrapper for `septag/dmon`. It works for Windows, macOS and Linux. - [vmon](https://github.com/Larpon/vmon) - Asynchronously watch for file changes in a directory. The module is essentially a V wrapper for `septag/dmon`. It works for Windows, macOS and Linux.