aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-03-17 22:22:38 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-03-17 22:22:38 -0500
commitb9899f854633dcec67c0f7ce0558ba79bf945e4a (patch)
tree39756f3f91ddbeb49c81f5f8644aaecf5cf5eb6e
parentfe474b0642d096e86452e643e12b1392a344fa4d (diff)
downloadluancurses-b9899f854633dcec67c0f7ce0558ba79bf945e4a.tar.gz
luancurses-b9899f854633dcec67c0f7ce0558ba79bf945e4a.zip
some readme fixes
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 560ca76..f07570b 100644
--- a/README
+++ b/README
@@ -3,11 +3,11 @@ Jesse Luehrs (jluehrs2@uiuc.edu)
OVERVIEW
========
-Lua-ncurses is a wrapper around the ncurses library for terminal programming. It aims to expose the ncurses library in a way that is more natural to Lua programmers, rather than just be a thin wrapper around C function calls. It is currently rather incomplete, but most basic functionality is available.
+LuaNcurses is a wrapper around the ncurses library for terminal programming. It aims to expose the ncurses library in a way that is more natural to Lua programmers, rather than just be a thin wrapper around C function calls. It is currently rather incomplete, but most basic functionality is available.
INSTALL
=======
-This module requires Lua 5.1. To install, modify the Make.config file with paths appropriate to your system and run 'make' and 'make install'.
+This module requires Lua 5.1 and the ncurses library. To install, modify the Make.config file with paths appropriate to your system and run 'make' and 'make install'.
DOCUMENTATION
=============