From 2e11d19aa49e2f761d9a9fef9fefc2a97924eed2 Mon Sep 17 00:00:00 2001 From: Hugo Schmitt Date: Tue, 9 Jun 2020 12:24:16 -0300 Subject: [PATCH] Add link to implementation post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3cd76f0..119acf0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ lite is a lightweight text editor written mostly in Lua — it aims to provide something practical, pretty, *small* and fast, implemented as simply as possible; easy to modify and extend, or to use without doing either. +You can read more about the implementation in [this post](https://rxi.github.io/lite_an_implementation_overview.html). + ## Customization Additional functionality can be added through plugins which are available from the [plugins repository](https://github.com/rxi/lite-plugins); additional color