From e1566105dcb10c55f669fb48e1eaf771b5232b44 Mon Sep 17 00:00:00 2001 From: wout Date: Sun, 2 Feb 2014 14:47:19 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dde3b58..44603bc 100644 --- a/README.md +++ b/README.md @@ -2229,7 +2229,7 @@ new SVG.PathArray([ Note that every instance of `SVG.Path` carries a reference to the `SVG.PathArray` instance: ```javascript -polygon.array //-> returns the SVG.PointArray instance +path.array //-> returns the SVG.PathArray instance ``` _Javascript inheritance stack: `SVG.PathArray` < `SVG.Array`_ -- 2.39.5