From 20a84ffcb1e9869e0dbecd25d2987a0e4e16b54a Mon Sep 17 00:00:00 2001 From: Alex Dadukin Date: Sun, 23 Jun 2024 13:13:18 +0100 Subject: [PATCH] README.md: fix type in Interchange --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f83a0d..be5c681 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JSONC -`JSONC` is a lightweight implementation of `JSON` Data Interchance Standard for `C++` programming language. +`JSONC` is a lightweight implementation of `JSON` Data Interchange Standard for `C++` programming language. It is an ideal candidate to use with microcontrollers. The library was tested with [`Raspberry Pi Pico and Pico W`](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html).