From 8456f57b84c7d7a3e37f6a227e913f4e4a7d1f20 Mon Sep 17 00:00:00 2001
From: John
Date: Thu, 5 May 2022 20:56:10 -0500
Subject: [PATCH] Mind_Reader -> Mind Reader (except in URLs and critical
identifiers)
---
README.md | 12 ++++++------
media/html/main.html | 2 +-
setup-development/linux/upgrade-linux.sh | 2 +-
setup-development/windows/install-windows.ps1 | 6 +++---
setup-development/windows/upgrade-windows.ps1 | 6 +++---
src/commands/nav.ts | 2 +-
6 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index 2239951..504d36e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-Mind_Reader
+Mind Reader
@@ -42,7 +42,7 @@ Python programming with LEGO Mindstorms. Our goal is to:
-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:
@@ -73,7 +73,7 @@ The electron version should be listed, e.g.: `Electron: 13.5.2`
-### 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.