diff --git a/docs/README.md b/docs/README.md index 8432131..bb3ae9f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,8 +21,9 @@ Import rough.js ``` Initialize a **RoughCanvas** object by passing in the canvas node and the size of the canvas. -Following code snippet draws a +Following code snippet draws a rectangle. +![Rough,js rectangle](https://pshihn.github.io/rough/images/cap_rect.png) ``` javascript var rough = new RoughCanvas(document.getElementById('myCanvas'), 400, 200); rough.rectangle(10, 10, 200, 200); // x, y, width, height