Docs: Fix README typo
author서지훈 <sjh7141@naver.com>
Sun, 13 Sep 2020 16:02:18 +0000 (01:02 +0900)
committerHermet Park <chuneon.park@samsung.com>
Thu, 17 Sep 2020 04:17:15 +0000 (13:17 +0900)
Change-Id: Iad58c140db68a3e0778209bb664682555e91485d

README.md

index 4a74994..3f1c5a6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Here are small samples of the power of Lottie.
 - [Issues or Feature Requests?](#issues-or-feature-requests)
 
 ## Building Lottie
-rlottie supports [meson](https://mesonbuild.com/) and [cmake](https://cmake.org/) build system. rlottie is written in `C++14`. and has a public header dependancy of `C++11`
+rlottie supports [meson](https://mesonbuild.com/) and [cmake](https://cmake.org/) build system. rlottie is written in `C++14`. and has a public header dependency of `C++11`
 
 ### Meson Build
 install [meson](http://mesonbuild.com/Getting-meson.html) and [ninja](https://ninja-build.org/) if not already installed.
@@ -99,7 +99,7 @@ ninja test
 
 #
 ## Demo
-If you want to see rlottie librray in action without building it please visit [rlottie online viewer](http://rlottie.com)
+If you want to see rlottie library in action without building it please visit [rlottie online viewer](http://rlottie.com)
 
 While building rlottie library it generates a simple lottie to GIF converter which can be used to convert lottie json file to GIF file.