Browse Source

Fixing naming issues

master
Levi Olson 5 years ago
parent
commit
9122037c31
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -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

Loading…
Cancel
Save