From 0c17c05a853db0d532433a7cd704200d601082fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 29 May 2018 00:12:59 -0300 Subject: [PATCH] Typo on string #020 (#809) Plus minor fixes (proposals) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f19b4567..3ab11e23 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ The local server lets you to run the editor and serve the documentation from you ### Setup This section explains how to setup your development environment for pxt-microbit, whether that be to run a copy locally or to make source changes. -Note that pxt-microbit can not be run without its main depandancy, [pxt](https://github.com/Microsoft/pxt). Below explains how to setup both. +Note that pxt-microbit can not be run without its main dependancy, [pxt](https://github.com/Microsoft/pxt). Below explains how to setup both. The following commands perform a one-time setup after synching the repo on your machine. -* Note for any editing of the .cpp files, Yotta must be installed. Do do so, follow the instructions on [their site](http://docs.yottabuild.org/). +* Note for any editing of the `.cpp` files, Yotta must be installed. To do so, follow the instructions on [their site](http://docs.yottabuild.org/). * Install node.js 8.9.4 or higher. * Install requirements for [pxt](https://github.com/Microsoft/pxt). Note the v0 branch must be used for pxt-microbit (add ``sudo`` for Mac/Linux shells). ```