From e832880b48cb9022895285fa2cfb8b8d991da6f2 Mon Sep 17 00:00:00 2001 From: dogtopus Date: Mon, 6 Mar 2023 00:37:41 -0400 Subject: [PATCH] Minor rewording and update micropython-lib URL --- SERIALISATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SERIALISATION.md b/SERIALISATION.md index dfd0815..68d0485 100644 --- a/SERIALISATION.md +++ b/SERIALISATION.md @@ -320,9 +320,9 @@ by a single string. ## 5.1 Installation -The library comprises a single file `minipb.py`. It has a dependency, the +The library comprises a single file `minipb.py`. It has some dependencies, the `logging` module `logging.py` and `bisect` module `bisect.py` which may be found in -[micropython-lib](https://github.com/micropython/micropython-lib/tree/master/logging). +[micropython-lib](https://github.com/micropython/micropython-lib/tree/master/python-stdlib). On RAM constrained platforms `minipb.py` may be cross-compiled or frozen as bytecode for even lower RAM consumption.