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
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
- [Database clients](#database-clients)
- [Discord](#discord)
- [Eventing](#eventing)
- [Files](#files)
- [File handling](#file-handling)
- [Game development](#game-development)
- [Graphics](#graphics-1)
- [IRC](#irc)
@ -186,7 +186,7 @@
- [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.
- [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.