From 442fcdcb1c4ec3d3e886ce3ed716b7527223fafb Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Wed, 25 Feb 2015 20:09:16 -0800 Subject: [PATCH] Updated description in readme file. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6c5202e..39bce31 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ Led === -Led is a simple text editor with both a console and GUI interface. +Led is a simple console-based text editor. -The long-term goals of Led are to be a scriptable, cross-platform code editor that you can take with you wherever you go. It's a long ways off from that at the moment, however. +The long-term goals of Led are to be a scriptable, cross-platform code editor with both a console and GUI interface that you can take with you wherever you go. It's a long ways off from that at the moment, however. -Other projects that inspire the general direction of Led include [Zed](http://zedapp.org) and [Vim](http://www.vim.org). \ No newline at end of file +Other projects that inspire the general direction of Led include [Zed](http://zedapp.org), [Vim](http://www.vim.org), and [Emacs](http://www.gnu.org/software/emacs/). \ No newline at end of file