diff options
author | hut <hut@lepus.uberspace.de> | 2015-10-09 12:02:58 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-10-09 12:03:35 +0200 |
commit | 6ff9bb6f7f36e956605137fbd426de864b174ebe (patch) | |
tree | 77981e9775cbfe168e2f06abff1afd4fad150260 | |
parent | f8341333ad3ab127dd9bf215769d77ab828efb0e (diff) | |
download | ranger-6ff9bb6f7f36e956605137fbd426de864b174ebe.tar.gz |
README.md: clarify curses dependence (see #387)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index f0d3ca25..57b2631d 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Features Dependencies ------------ -* Python (tested with version 2.6, 2.7, 3.1, 3.2) with support for ncurses - and (optionally) wide-unicode. +* Python (tested with version 2.6, 2.7, 3.1, 3.2) with the "curses" module + and (optionally) wide-unicode support. * A pager ("less" by default) Optional: |