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.