From 49ad970d31c6d711f80dfe8cddf9688ed9b0a277 Mon Sep 17 00:00:00 2001 From: "Jonathan Pallant (42 Technology)" Date: Tue, 28 Sep 2021 10:05:25 +0100 Subject: [PATCH] Typo: micontroller --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 264d282..5c30850 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ So, you want to program your new Raspberry Silicon microcontroller, using the Rust programming language. You've come to the right place! This repository is `rp-hal` - a collection of high-level drivers for the -Raspberry Silicon RP2040 micontroller and various associated boards, like the -Raspberry Pi Pico and the Adafruit Feather RP2040. +Raspberry Silicon RP2040 microcontroller and various associated boards, like +the Raspberry Pi Pico and the Adafruit Feather RP2040. If you want to write an application for Raspberry Silicon, check out our [RP2040 Project Template](https://github.com/rp-rs/rp2040-project-template).