diff --git a/README.md b/README.md index fdafe2f..9501c3d 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,6 @@ frame |> Frame.push(circle, RGBA.init(1,0,0,0.5)) |> Frame.push(box, RGBA.init(0,0,1, 0.75)) |> PNG.to_png("example.png") -``` \ No newline at end of file +``` + +![example.png](https://raw.githubusercontent.com/jamesotron/vivid_png.ex/master/example.png) \ No newline at end of file