typo in readme.

This commit is contained in:
Christopher Jeffrey 2015-03-17 23:42:21 -07:00
parent 18e14e47b1
commit 63685f559a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ A curses-like library and high level terminal widget API for node.js.
![blessed](https://raw.github.com/chjj/blessed/master/img/screenshot.png)
Blessed is over 16,000 lines of code of terminal goodness. It's completely
Blessed is over 16,000 lines of code and terminal goodness. It's completely
implemented in javascript, and its goal consists of two things:
1. Reimplement ncurses entirely by parsing and compiling terminfo and termcap,