From db723cc1ecb9e1e9ee46f1242e0494c03c3e81c8 Mon Sep 17 00:00:00 2001 From: the-skips <91337735+the-skips@users.noreply.github.com> Date: Sat, 25 Nov 2023 13:51:27 +0200 Subject: [PATCH] typo in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7c906..e7bb632 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ easy way to control WLED with their [JSON API](https://kno.wled.ge/interfaces/json-api/). ## Documentation -This library has a pretty sizable amount of documentation for what each feild means, +This library has a pretty sizable amount of documentation for what each field means, so even if you are making your own library or can't use Rust, this is the best spot I can find to figure out what various feilds mean. Most are not on the JSON API page, and most of the rest isn't even commented in the WLED source code.