From 9c48aa618a15523950983210ad08e330fd2c023f Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+tobealive@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:44:07 +0200 Subject: [PATCH] README.md: fix anchor link to libraries/files (#174) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e736c6d..7502056 100644 --- a/README.md +++ b/README.md @@ -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.