From 2dae3c5f4031742fb22623e0e03cd8737ec863df Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 23 Mar 2022 15:16:39 +0000 Subject: [PATCH] README tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e04e24a..227efb0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MicroPython Examples -Examples to accompany the "[Raspberry Pi Pico Python SDK](https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf)" book published by Raspberry Pi Trading, which forms part of the technical documentation in support of Raspberry Pi Pico and the MicroPython port to RP2040. +Examples to accompany the "[Raspberry Pi Pico Python SDK](https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf)" book published by Raspberry Pi Ltd, which forms part of the [technical documentation](https://www.raspberrypi.com/documentation/microcontrollers/) in support of Raspberry Pi Pico and the MicroPython port to RP2040. **Note:** There are also additional examples for the RP2040 port of MicroPython [here](https://github.com/micropython/micropython/tree/master/examples/rp2) in the upstream [MicroPython repo](https://github.com/micropython/micropython).