diff options
author | antirez <antirez@gmail.com> | 2016-07-10 12:59:12 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2016-07-10 12:59:12 +0200 |
commit | 62b099af00b542bdb08471058d527af258a349cf (patch) | |
tree | e7aaeb43f2c0e6fa8ac00ef35d3f4eef26a426a7 | |
parent | a6bbd55da026de400065918079cb246932215b89 (diff) | |
download | filo-62b099af00b542bdb08471058d527af258a349cf.tar.gz filo-62b099af00b542bdb08471058d527af258a349cf.zip |
Fix README typo.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Keys: CTRL-S: Save CTRL-Q: Quit - CTRL-F: Find string in file (ESC to esc, arrows to navigate) + CTRL-F: Find string in file (ESC to exit search, arrows to navigate) Kilo does not depend on any library (not even curses). It uses fairly standard VT100 (and similar terminals) escape sequences. The project is in alpha |