Merge pull request #398 from nicolas-raoul/patch-1

Fixed typo
This commit is contained in:
Syoyo Fujita 2023-01-12 16:21:35 +09:00 committed by GitHub
commit 477d977fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch(bu
## 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