From 2bf9ae92fc66881e0dad06f39c94662e01003578 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Wed, 24 Jul 2024 17:14:25 +0100 Subject: [PATCH] README: fix typo, improve warning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8ff09f..c6eb5e3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ library. - [Raw IPC commands:](https://wiki.hyprland.org/IPC/): while not recommended for general usage, sending commands directly to the IPC socket of Hyprland is supported for i.e.: performance, e.g.: `c.RawRequest("[[BATCH]] dispatch exec - kitty, keyword bind general:border_size 1")` + kitty, keyword general:border_size 1")` ## Planned @@ -44,7 +44,7 @@ If you are developing inside a Hyprland session, and have Go installed, you can simply run: ```console -# -short flag recommended otherwise this will run some possibly dangerous tests +# -short flag is recommended otherwise this will run some possibly dangerous tests, like TestKill() go test -short -v ```