From 7f2eac276f3db5f72e056df57df9a25c91da1d8c Mon Sep 17 00:00:00 2001 From: Jeremy Attali Date: Mon, 30 Dec 2019 00:46:14 -0500 Subject: [PATCH] docs(readme): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f61bf..d700986 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Wayland and X11 native snapshot and editor tool, inspired by [Snappy] on macOS. Works great with [grim], [slurp] and [sway]. But can also work for with other screenshot tools if you use the `-f` option. See below. -Wayland code was largely taken from [grim], needs a compositor that implements the [wlr-screencopy-unstable-v1.xml] +Wayland code was largely taken from [grim], needs a compositor that implements the [wlr-screencopy-unstable-v1.xml] protocol. You can use this tool in two ways, either use it as the output of `grim` (**recommended**) or grab the geometry yourself (will probably have some issues).