diff --git a/README.md b/README.md index 2239951..504d36e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Mind Reader Logo

-

Mind_Reader

+

Mind Reader

@@ -42,7 +42,7 @@ Python programming with LEGO Mindstorms. Our goal is to: tools for native modules page with tool installation checked

-If the compiled serial port version is incompatible, you may see no options presented in the Mind_Reader actions panel: +If the compiled serial port version is incompatible, you may see no options presented in the Mind Reader actions panel:

mind reader actions panel with no items: @@ -73,7 +73,7 @@ The electron version should be listed, e.g.: `Electron: 13.5.2` vscode information

-### 3 Finding the Mind_Reader extension directory +### 3 Finding the Mind Reader extension directory On MacOS and Linux this is `~/.vscode/extensions`. On Windows this is `C:\\.vscode\extensions\`. However, in Git Bash, it will appear like on MacOS and Linux @@ -81,7 +81,7 @@ e.g.: `~/.vscode/extensions`. --- -Find the Mind_Reader extension folder, this should look like `xxx.mind-reader-x.x.x`. +Find the Mind Reader extension folder, this should look like `xxx.mind-reader-x.x.x`. Navigate to the found folder in the terminal. @@ -102,8 +102,8 @@ $ electron-rebuild --version=ELECTRON_VERSION Use the following to set up the extension for development. ```console -$ git clone https://github.com/SingleSemesterSnobs/Mind_Reader.git -$ cd Mind_Reader +$ git clone https://github.com/SingleSemesterSnobs/Mind Reader.git +$ cd Mind Reader $ npm install ``` diff --git a/media/html/main.html b/media/html/main.html index afd1508..27fe0e6 100644 --- a/media/html/main.html +++ b/media/html/main.html @@ -8,7 +8,7 @@

-

Welcome to Mind_Reader!

+

Welcome to Mind Reader!

We are the Single Semester Snobs and this is our tool to Help Blind Students Program Lego Mindstorms Robots in Python.