aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanas Page <janaspage@users.noreply.github.com>2014-08-05 16:53:02 -0700
committerJanas Page <janaspage@users.noreply.github.com>2014-08-05 16:53:02 -0700
commitfae4cb9d98d2aef1dd929766e6de3fbcff22267c (patch)
tree2f2077956ee8495814e2660a97bdb1b93da0fe61
parent624a7ff7b0a9fa8e696eb83bfed79d49a565f45e (diff)
downloadsvg.js-fae4cb9d98d2aef1dd929766e6de3fbcff22267c.tar.gz
svg.js-fae4cb9d98d2aef1dd929766e6de3fbcff22267c.zip
Minor grammar corrections.
Idiom is "a piece of cake". "Let's" is a contraction for "let us".
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6abcee3..1ff7d2e 100755
--- a/README.md
+++ b/README.md
@@ -3005,7 +3005,7 @@ __`returns`: `object`__
## Extending functionality
### SVG.invent()
-Creating your own custom elements with svg.js is piece of cake thanks to the `SVG.invent` function. For the sake of this example, lets "invent" a shape. We want a `rect` with rounded corners that are always proportional to the height of the element. The new shape lives in the `SVG` namespace and is called `Rounded`. Here is how we achieve that.
+Creating your own custom elements with svg.js is a piece of cake thanks to the `SVG.invent` function. For the sake of this example, let's "invent" a shape. We want a `rect` with rounded corners that are always proportional to the height of the element. The new shape lives in the `SVG` namespace and is called `Rounded`. Here is how we achieve that.
```javascript
SVG.Rounded = SVG.invent({