Skip to content

Commit

Permalink
Merge pull request #132 from ryanguest/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
yaronn committed Dec 3, 2017
2 parents 9669f1e + 555163f commit e6c5870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Works on Linux, OS X and Windows. For Windows follow the [pre requisites](http:/

## Usage

You can use any of the default widgets of [blessed](https://github.com/chjj/blessed) (texts, lists and etc) or the widgets added in blessed-contrib (described below). A [layout](#layouts) is optional but usefull for dashboards. The widgets in blessed-contrib follow the same usage pattern:
You can use any of the default widgets of [blessed](https://github.com/chjj/blessed) (texts, lists and etc) or the widgets added in blessed-contrib (described below). A [layout](#layouts) is optional but useful for dashboards. The widgets in blessed-contrib follow the same usage pattern:

`````javascript
var blessed = require('blessed')
Expand Down

0 comments on commit e6c5870

Please sign in to comment.