From 2aa29f1873416e1ee68f3f44f56f149ea98dbcbb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 Oct 2017 22:05:29 +0530 Subject: [PATCH] typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 211ed569c..614287d70 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,7 @@ version 0.4.0 [future] new graphics protocol. kitty can draw images with full 32-bit color over both ssh connections and files/shared memory (when available) for better performance. The drawing primitives support alpha blending and z-index. - Images can be draw both above and below text. See + Images can be drawn both above and below text. See https://github.com/kovidgoyal/kitty/blob/master/graphics-protocol.asciidoc for details. Note that on macOS graphics only work for macOS High Sierra and newer.