From: 서지훈 Date: Sun, 13 Sep 2020 16:02:18 +0000 (+0900) Subject: Docs: Fix README typo X-Git-Tag: submit/tizen/20200920.213436~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bad09abf221ec6d800bce9a77f30a2da02a2f998;p=platform%2Fcore%2Fuifw%2Flottie-player.git Docs: Fix README typo Change-Id: Iad58c140db68a3e0778209bb664682555e91485d --- diff --git a/README.md b/README.md index 4a74994..3f1c5a6 100644 --- 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.