From b2a0c6f17d62950a38253936916f4936b363e708 Mon Sep 17 00:00:00 2001 From: peterhinch Date: Thu, 24 Nov 2022 13:59:27 +0000 Subject: [PATCH] Replace refs to PicoWeb with Microdot. Delete refs to upip and micropip. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7b8894..e3a0215 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ updating your local source. Now detects and builds for Pyboard D. See ## 1.3 A Web Framework Paul Sokolovsk's [PicoWeb](https://github.com/pfalcon/picoweb) requires his -fork of MicroPython. +fork of MicroPython and requires some modification to run under official +MicroPython. -This requires some modification to run under official MicroPython. The solution -preferred by MicroPython maintainers is +The solution preferred by MicroPython maintainers is [Microdot](https://microdot.readthedocs.io/en/latest/). ## 1.4 Buildcheck