From 6d98cec7de5a936473e9dab4ebfd1d731c0ed843 Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Thu, 3 Nov 2022 15:44:43 +0000 Subject: [PATCH] update examples readme --- micropython/examples/galactic_unicorn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/examples/galactic_unicorn/README.md b/micropython/examples/galactic_unicorn/README.md index 198afe86..156fbd27 100644 --- a/micropython/examples/galactic_unicorn/README.md +++ b/micropython/examples/galactic_unicorn/README.md @@ -112,7 +112,7 @@ Requires `WIFI_CONFIG.py` and `network_manager.py` from the `common` directory. Draw on your Galactic Unicorn from another device in real time, over wifi! -Requires `WIFI_CONFIG.py` from the `common` directory plus `micropython-phew` and `microdot` (install these libraries through Thonny's 'Tools > Manage Packages). +Requires `WIFI_CONFIG.py` from the `common` directory. It also needs the `micropython-phew` and `microdot` libraries (you can install these using Thonny's 'Tools > Manage Packages'). ## Other Examples