From f439079af241ba66dcd0c2c52e00eb9c376fd65d Mon Sep 17 00:00:00 2001 From: Nicholas Herriot Date: Mon, 24 Jun 2019 16:55:21 +0100 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index 56f80b2..3f9ad49 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -22,9 +22,8 @@ The mkvirtualenv command creates an area within your file system for your projec ### Setup Project Directory Now you will be in your virtual environment. You know this from the output of your bash shell. It should show in brackets the name of the active virtual environment like this: -```bash -(microPython) ~/virtalenv/microPython -``` +> (microPython) ~/virtalenv/microPython + Now create a project directory to hold micropython files ```bash