From b9899f854633dcec67c0f7ce0558ba79bf945e4a Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Mon, 17 Mar 2008 22:22:38 -0500 Subject: some readme fixes --- README | 4 ++-- 1 file 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 ============= -- cgit v1.2.3-54-g00ecf