Skip to content

Commit

Permalink
Docs: Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjh7141 authored and smohantty committed Sep 15, 2020
1 parent c98ec56 commit e812ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit e812ba9

Please sign in to comment.