From b4d5212f22d0a83d704cff3b00576bf55dd2f655 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 6 Jun 2022 14:07:11 +0200 Subject: [PATCH] :busts_in_silhouette: add contributor --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bed9b4911..1f4ea0e61 100644 --- a/README.md +++ b/README.md @@ -1622,6 +1622,7 @@ I deeply appreciate the help of the following people. - [Andrea Cocito](https://github.com/puffetto) added a clarification on macro usage to the documentation. - [Krzysiek Karbowiak](https://github.com/kkarbowiak) refactored the tests to use `CHECK_THROWS_WITH_AS`. - [Chaoqi Zhang](https://github.com/prncoprs) fixed a typo. +- [ivanovmp](https://github.com/ivanovmp) fixed a whitespace error. Thanks a lot for helping out! Please [let me know](mailto:mail@nlohmann.me) if I forgot someone. @@ -1656,7 +1657,7 @@ The library itself consists of a single header file licensed under the MIT licen ## Projects using JSON for Modern C++ -The library is currently used in Apple macOS Sierra and iOS 10. I am not sure what they are using the library for, but I am happy that it runs on so many devices. +The library is currently used in Apple macOS Sierra-Monterey and iOS 10-15. I am not sure what they are using the library for, but I am happy that it runs on so many devices. ## Notes