From 58ddd89d079ab7d2ab4cd62c1c7c0cc720677063 Mon Sep 17 00:00:00 2001 From: Andres Kalle Date: Fri, 26 Dec 2014 02:07:56 +0200 Subject: [PATCH] Fixed function usage in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8066600..ba3db32 100755 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ _Javascript inheritance stack: `SVG.Image` < `SVG.Shape` < `SVG.Element`_ Loading another image can be done with the `load()` method: ```javascript -draw.image('/path/to/another/image.jpg') +image.load('/path/to/another/image.jpg') ``` __`returns`: `itself`__ -- 2.39.5