summaryrefslogtreecommitdiffstats
path: root/ruby/ncurses-ruby/README
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/ncurses-ruby/README')
-rw-r--r--ruby/ncurses-ruby/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/ruby/ncurses-ruby/README b/ruby/ncurses-ruby/README
index 9aa4037fa6..53043eab3d 100644
--- a/ruby/ncurses-ruby/README
+++ b/ruby/ncurses-ruby/README
@@ -1,6 +1,7 @@
A Ruby module for accessing the ncurses library
-This ncurses interface provides access to the functions, macros, global
-variables and constants of the ncurses library. These are mapped to a Ruby
-Module named "Ncurses": Functions and external variables are implemented as
-singleton functions of the Ncurses module.
+This ncurses interface provides access to the functions, macros,
+global variables and constants of the ncurses library. These are
+mapped to a Ruby Module named "Ncurses": Functions and external
+variables are implemented as singleton functions of the Ncurses
+module.