From 3810b6369f7713a2117a72ecb7f0517c076fc383 Mon Sep 17 00:00:00 2001 From: Wanderson Passos Barcelos Date: Wed, 14 Nov 2018 18:02:26 -0200 Subject: [PATCH] docs(readme): fix couple of typos (#29) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a945eb..c1af5f4 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Replaces all elements that have a `data-eva` attribute with SVG markup. eva.replace({ aniamtion: { type: string, // zoom, pulse, shake, flip - hover: booleam, // default true + hover: boolean, // default true infinite: boolean, // default false } }); @@ -146,7 +146,7 @@ eva.replace({ ```html
- Zoom aniamtion + Zoom animation
```