From 7f9be6462e3e9211582d9659b80f06aa06fa3645 Mon Sep 17 00:00:00 2001 From: kimcinoo Date: Fri, 26 Apr 2019 16:54:00 +0900 Subject: [PATCH] Update style of README Change-Id: I88a20da4b7f5ac41e29aa7d571e978866fb92817 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26d0233..7ad95dd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Here is just a small sampling of the power of Lottie - [Issues or Feature Requests?](#issues-or-feature-requests) ## Building Lottie -rottie supports [meson](https://mesonbuild.com/) and [cmake](https://cmake.org/) build system. rottie is written in ***C++14***. and has a public dependancy of ***C++11*** +rottie supports [meson](https://mesonbuild.com/) and [cmake](https://cmake.org/) build system. rottie is written in `C++14`. and has a public header dependancy of `C++11` ### Meson Build install [meson](http://mesonbuild.com/Getting-meson.html) and [ninja](https://ninja-build.org/) if not already installed. -- 2.7.4