]> source.dussan.org Git - svg.js.git/commitdiff
Fix description of toParent()
authorsnowyplover <the.estuary@gmail.com>
Sun, 15 Nov 2015 13:58:06 +0000 (05:58 -0800)
committersnowyplover <the.estuary@gmail.com>
Sun, 15 Nov 2015 13:58:06 +0000 (05:58 -0800)
README.md

index c626073eaac9c5c2dedd72ef898ff8b8b04398d6..38301fd4defdb2b9dffc2438f487c06e93b672de 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1609,7 +1609,7 @@ rect.putIn(group) //-> returns group
 __`returns`: `element`__
 
 ### toParent()
-Moves an element to a different parent (similar to `add`), but without changing its visual representation. All transformations are merged and applied to the element.
+Moves an element to a different parent (similar to `addTo`), but without changing its visual representation. All transformations are merged and applied to the element.
 
 ```javascript
 rect.toParent(group) // looks the same as before