Skip to content

Commit 9e932ca

Browse files
committed
README++
1 parent 5cb5eea commit 9e932ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ ansi-canvas
44

55
![](http://i.cloudup.com/HAFymb_oa1.png)
66

7-
This module provides a `<canvas>` object backed by node-canvas, with its `width`
8-
and `height` properties automatically set to the proper size of the terminal
9-
window.
7+
This module provides a `<canvas>` object backed by [node-canvas][], with its
8+
`width` and `height` properties automatically set to the proper size of the
9+
terminal window.
1010

1111
The result is that you can use the [HTML Canvas API][canvas api] to render
1212
directly to your terminal.
@@ -56,3 +56,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5656

5757

5858
[canvas api]: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html
59+
[node-canvas]: https://github.com/learnboost/node-canvas

0 commit comments

Comments
 (0)