From 0164efd86103a7bb801470f6c8d1d06127788b0c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 2 Jan 2026 19:56:42 +0900 Subject: [PATCH] README: clarify fork notice --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c9e5e6..be5561a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ # mpvipc-async -> **NOTE:** This is a fork of [gitlab.com/mpv-ipc/mpvipc](https://gitlab.com/mpv-ipc/mpvipc), which introduces a lot of changes to be able to use the library asynchronously with [tokio](https://github.com/tokio-rs/tokio). - +> [!NOTE] +> This is a fork of [gitlab.com/mpv-ipc/mpvipc](https://gitlab.com/mpv-ipc/mpvipc). +> The fork adds support for use in asynchronous contexts. A small library which provides bindings to control existing mpv instances through sockets.