From f48315f18ec9455ab4941a3fad3d5207123ee39b Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 15 Nov 2024 18:26:58 +0100 Subject: [PATCH] Fixed small typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fab1c7..2649e7d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ All the configuration can be done in the [config.json](config.json) file in JSON Note that this software has it's own small wrapper for the config file, e.g. to have instant access to an LCD object generated on the fly. These are all documented in the [utils.py](utils.py) file! When setting configuration options from your custom code, keep in mind that doing this via the `Config().` way just means writing the value directly to the file, while getting it goes through the wrapper to make e.g. the pin a machine.Pin object. But you just can't write a pin back into an attribute. -This wont work: +This will NOT work: ```python from utils import Config