From fa377fd0a1b77d710ab4dafd0572c7b71e6414c7 Mon Sep 17 00:00:00 2001 From: David Campey Date: Thu, 19 Jun 2025 16:48:05 +0200 Subject: [PATCH] Update README.md Make it explicit that there is block based coding as a few people assumed it was python only on reading the paragraph, --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b19e1ef..cbd03c2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### [Click here to download 1st Edition (for micro:bit v1)](https://github.com/arm-university/micro-course/releases/download/v1.0.2.ed1/Arm.Micro.course.pdf) ## About -micro:course is a colourful, introductory book of projects that guides learners from first principles of the micro:bit through to the use of Python. It is intended for self-study and includes full explanations of each project, with all code also provided. It is available in two versions: for micro:bit v1 and for v2. +micro:course is a colourful, introductory book of projects that guides learners from first principles of the micro:bit, starting with block programming in blockly through to the use of Python. It is intended for self-study and includes full explanations of each project, with all code also provided. It is available in two versions: for micro:bit v1 and for v2. Which version should I use? If you are using micro:bit v1, we recommend downloading the first edition of the micro:course. If you are using micro:bit v2 or a mixture of v1s and v2s, we recommend the second edition, which clearly indicates which tasks relate specifically to v2 users.