From 74f0815bac778e561c8a5c26252a1ab57592afb3 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sun, 14 Jul 2019 22:23:44 +1200 Subject: [PATCH] docs: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27c02cc..540f122 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If you're getting some errors like **Accelerate.framework not include**, please $ [sudo] gem install cocoapods -We also have a live demo avaliable at [homepage][]. +We also have a live demo available at [homepage][]. @@ -59,7 +59,7 @@ Using Interface Builder (no code required) Specify the class `CSAnimationView`, and configurate the runtime attributes `duration`, `delay`, and `type`. -Please also get started with our more [detailed explaination][tutorial] on what Canvas can do. +Please also get started with our more [detailed explanation][tutorial] on what Canvas can do. Using Code ----------