From 5e2dfb681f810af807330a1d9f4fbace67347708 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Sun, 3 Sep 2023 12:19:59 +0100 Subject: [PATCH] Docs: update driver installation details. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85cf128..c7675b4 100644 --- a/README.md +++ b/README.md @@ -218,8 +218,8 @@ $ mpremote cp color_setup.py : Installation is as per networked hardware except that `mip` on the target is replaced by `mpremote mip` on the PC: ```bash -$ mpremote mip install("github:peterhinch/micropython-nano-gui") -$ mpremote mip install("github:peterhinch/micropython-nano-gui/drivers/st7789") +$ mpremote mip install "github:peterhinch/micropython-nano-gui" +$ mpremote mip install "github:peterhinch/micropython-nano-gui/drivers/st7789" ``` ## 1.4 A performance boost