From 683a845d385a3afdab0952c14aa99de5a96dce5a Mon Sep 17 00:00:00 2001 From: Ronnie Miller Date: Mon, 8 Apr 2024 14:49:05 -0700 Subject: [PATCH] Small typo fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14544e4..7f7eb4c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Requires the `gtk3` or `gtk2` gem to be installed. Activate with: `Clipboard.implementation = :osc52` -OSC52 is an ANSI escape sequence that some terminals support to access the system clipboard. One advantage of using this clipboard proider is that it is possible to copy from remote ssh sessions to your system clipboard. +OSC52 is an ANSI escape sequence that some terminals support to access the system clipboard. One advantage of using this clipboard provider is that it is possible to copy from remote ssh sessions to your system clipboard. As of the current version, only **copy** and **clear** commands are supported (no **paste**).