fix readme.

This commit is contained in:
Christopher Jeffrey 2013-07-16 19:12:08 -05:00
parent 2923c38dc4
commit 52042e8abc
1 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,11 @@ A curses-like library for node.js.
![blessed](https://raw.github.com/chjj/blessed/master/img/screenshot.png) ![blessed](https://raw.github.com/chjj/blessed/master/img/screenshot.png)
`` bash ## Install
``` bash
$ npm install blessed $ npm install blessed
`` ```
## Example ## Example