From bad09abf221ec6d800bce9a77f30a2da02a2f998 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=84=9C=EC=A7=80=ED=9B=88?= Date: Mon, 14 Sep 2020 01:02:18 +0900 Subject: [PATCH] Docs: Fix README typo Change-Id: Iad58c140db68a3e0778209bb664682555e91485d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.7.4