and another typo

This commit is contained in:
Christopher Jeffrey 2013-01-27 11:33:45 -06:00
parent 034a26c478
commit 37de84e93c

View File

@ -11,7 +11,7 @@ widgets.
## Example Usage
``` js
var Program = require('blessed').Program
var Program = require('blessed')
, program = new Program;
program.on('key', function(ch, key) {