From 500c81a9e1a76760371049a8d99e008ea77aa59e Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 21 Sep 2024 00:26:31 +0100 Subject: [PATCH] README: clarify function --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0992594..1b71f2a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # hyprwayland-scanner A Hyprland implementation of wayland-scanner, in and for C++. +hw-s automatically generates properly RAII-ready, modern C++ bindings for Wayland protocols, for +either servers or clients. + ## Usage ```sh