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