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