From 9122037c316c928dd88a6e01bd139c003b6980e5 Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Fri, 8 Feb 2019 08:57:01 -0600 Subject: [PATCH] Fixing naming issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70be647..769ca7a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LED -LED is a lightweight editor written using Go. +LED is a lightweight text editor written using Go. ## Disclaimer This project is in VERY early stages and you could very likely destroy any file you open with it. _SO USE WITH CAUTION!_ @@ -9,7 +9,7 @@ This project is in VERY early stages and you could very likely destroy any file cd led/ make testfile make build - ./editor tmp.txt + ./led tmp.txt ## Supported Key Bindings