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.