From 53a471b6d723497a476a878592c36c6623e8c8d7 Mon Sep 17 00:00:00 2001 From: hulkiedo17 Date: Sat, 23 Jul 2022 21:40:56 +0300 Subject: [PATCH] added list of features, and changed title or readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09e574d..a821d9c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -# led +# What is this? led is a line-oriented text editor in command line. This editor is similar to the standard program on unix systems - GNU ed. But i'm not going to make an exact clone of that program, it's just a pet project. # Features -Now the program can save text to its buffer, it can also write or add text from the buffer to a file, show the contents of the buffer, delete or insert lines of text from the buffer. + +Now the program can: +- save text to it's buffer +- write or append text to file +- show the contents of the buffer +- insert or delete text in buffer +- set own prompt in editor # Example of usage