From f8c11e1f858e079830d97b0e65c2a3baa7fc92eb Mon Sep 17 00:00:00 2001 From: Adnane Belmadiaf Date: Mon, 11 Apr 2016 00:45:43 +0100 Subject: [PATCH] Fixed typo --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index e8f09cd..d863767 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -42,7 +42,7 @@ At that point, you will have a functioning micropython executable, which may be (Release 9.2 tested) -Ensure that you have git, GCC, gmake, pythyon3, and bash packages installed: +Ensure that you have git, GCC, gmake, python3, and bash packages installed: > [as root] pkg_add -r git gcc gmake python3 bash