From 4db71e7f9843ddd7e24a0b6c85d4acdf7ae1930b Mon Sep 17 00:00:00 2001 From: Asko Kauppi Date: Sat, 16 Jan 2016 22:27:59 +0200 Subject: [PATCH] commentary fix; circle and ellipse sample code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c27af9c..141b74f 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ _Javascript inheritance stack: `SVG.Circle` < `SVG.Shape` < `SVG.Element`_ Circles can also be redefined by their radius: ```javascript -rect.radius(75) +circle.radius(75) ``` __`returns`: `itself`__ @@ -248,7 +248,7 @@ _Javascript inheritance stack: `SVG.Ellipse` < `SVG.Shape` < `SVG.Element`_ Ellipses can also be redefined by their radii: ```javascript -rect.radius(75, 50) +ellipse.radius(75, 50) ``` __`returns`: `itself`__ -- 2.39.5