From aeba28956468c48e38f5f32b91fc1f1a802b1f8f Mon Sep 17 00:00:00 2001 From: kimcinoo Date: Fri, 26 Apr 2019 16:54:00 +0900 Subject: [PATCH] Update style of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26d02333..7ad95dd4 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.