From 8cd5e759d07480b66946fea4f657c87efafe9245 Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Thu, 12 Jan 2023 15:29:32 +0900 Subject: [PATCH] Fixed typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fa2b92..bb88fb5 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ `TinyGLTF` is a header only C++11 glTF 2.0 https://github.com/KhronosGroup/glTF library. -`TinyGLTF` uses Niels Lohmann's json library(https://github.com/nlohmann/json), so now it requires C++11 compiler. +`TinyGLTF` uses Niels Lohmann's json library (https://github.com/nlohmann/json), so now it requires C++11 compiler. (Also, you can use RadpidJSON as an JSON backend) -If you are looking for old, C++03 version, please use `devel-picojson` branch(but not maintained anymore). +If you are looking for old, C++03 version, please use `devel-picojson` branch (but not maintained anymore). ## Status -Currently TinyGLTF is stable and maintainance mode. No drastic changes and feature additions planned. +Currently TinyGLTF is stable and maintenance mode. No drastic changes and feature additions planned. - v2.8.0 Add URICallbacks for custom URI handling in Buffer and Image. PR#397 - v2.7.0 Change WriteImageDataFunction user callback function signature. PR#393