From 2e98e08de62d3d018ffd30b6a705ec45ffe550c0 Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Wed, 27 Jan 2021 23:53:56 +0000 Subject: [PATCH] README.md: correct book name and link to it Plus minor grammar fixups. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c08ac8..f28e9ca 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# MicroPython Examples +# MicroPython examples -Examples to accompany the "Raspberry Pi Pico Python SDK" book. +Examples to accompany the [**Get Started with MicroPython on Raspberry Pi Pico**](https://hackspace.raspberrypi.org/books/micropython-pico) book. ## Contributions While we welcome pull requests to contribute further example code, please do not link to personal sites or to your social media. Contributions which are fully documented with an AsciiDoc description and a Fritzing wiring diagram, e.g. see the [NeoPixel Ring](https://github.com/raspberrypi/pico-micropython-examples/tree/master/pio/neopixel_ring) example, stand more chance of inclusion. -Our example code is under the BSD-3-Clause License. Any contributions must be under the same license. +Our example code is under the BSD 3-clause license: any contributions must be under the same license.