Skip to content

Commit

Permalink
Fix typo, add promise link
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrom committed Aug 13, 2016
1 parent ddc7e62 commit deec374
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 @@ -2,7 +2,7 @@

A library for generating an image data URL representing an image containing the text of your choice.

Originally part of a Twitter bot for publishing tweets longer than 140 characters. The generator takes a string and an optional configuration object as parameter and returns a promise that will resolve to a image data URL (```data:image/png;base64,iVBORw0KGgoAAAA...```)
Originally part of a Twitter bot for publishing tweets longer than 140 characters. The generator takes a string and an optional configuration object as parameters and returns a [promise](http://bluebirdjs.com/docs/why-promises.html) that will resolve to a image data URL (```data:image/png;base64,iVBORw0KGgoAAAA...```)

## Installation

Expand Down

0 comments on commit deec374

Please sign in to comment.