Skip to content

Commit

Permalink
README: fix typo, improve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jul 24, 2024
1 parent 4cfadda commit 2bf9ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```

Expand Down

0 comments on commit 2bf9ae9

Please sign in to comment.