From 322a540592c1a22646126ffb2c7ee9f1778dd1a1 Mon Sep 17 00:00:00 2001 From: Alan Wang <44191076+alankrantas@users.noreply.github.com> Date: Sun, 19 Jun 2022 18:06:52 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7582056..03f69a7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the collection of notes, tricks and experiments on BBC micro:bit V2 and See also [BBC micro:bit V2 MicroPython documentation](https://microbit-micropython.readthedocs.io/en/v2-docs/index.html) -Also there's a few projects: +Also there are a few projects: * Simon Says game ([link](https://github.com/alankrantas/microbit-micropython-cookbook/tree/master/simon_game)) * Simple micro:bit RC Car ([link](https://github.com/alankrantas/microbit-micropython-cookbook/tree/master/rc_car))