aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Stendahl <14180120+JakobST1n@users.noreply.github.com>2021-02-09 12:13:09 +0100
committerGitHub <noreply@github.com>2021-02-09 12:13:09 +0100
commitd1242e4b8ac8a92c4cb9890e995715475a3c43ac (patch)
treedba3a666048e1165397c8a67df241c2b2c15faa9
parent57b806df6fee45887c689020b9c5c727245434ea (diff)
downloadhoverbit-ble-d1242e4b8ac8a92c4cb9890e995715475a3c43ac.tar.gz
hoverbit-ble-d1242e4b8ac8a92c4cb9890e995715475a3c43ac.zip
:memo: Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index acd8350..97ada8d 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ the hover:bit.
## Compiling the hex-file yourself
Clone or fork this repo locally, and navigate to that folder in your terminal of choice. At this point you have two choises:
### Docker image
-I a docker image to compile the source. The [Dockerfile](https://github.com/JakobST1n/hoverbit-ble/blob/master/Dockerfile) is in the root of this repo. Using a docker container is rather convenient and a lot less work to get up and running. Just build the container, and run it with a volume as a bind-mount to the code-directory.
+I have used a docker image to compile the source. The [Dockerfile](https://github.com/JakobST1n/hoverbit-ble/blob/master/Dockerfile) is in the root of this repo. Using a docker container is rather convenient and a lot less work to get up and running. Just build the container, and run it with a volume as a bind-mount to the code-directory.
```sh
# Build the image on your machine
docker build -t microbit-tools .