From 6af832827942f7d0b85c289851c5dc9cb3dcab74 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Thu, 27 Feb 2020 16:55:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7670b7b..38b2df0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # t Yet another simple terminal editor, based on [this -screenshot](https://www.destroyallsoftware.com/screencasts/catalog/text-editor-from-scratch) +screencast](https://www.destroyallsoftware.com/screencasts/catalog/text-editor-from-scratch) by Gary Bernhardt, ported to Python and with multimodality added.