Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected some typos #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Before we begin with MicroAI Atom, we must first make some changes to your raspb
1. Expand space on the pi
* From a terminal `sudo raspi-config`
* select `7 Advanced Options`
* select `A1 Expanding Spce`
* select `A1 Expanding Space`
* `sudo reboot`
2. Enable Wi-Fi
* From a terminal `sudo raspi-config`
Expand All @@ -90,7 +90,7 @@ sudo apt-get install sense-hat
sudo apt-get install redis-server
sudo reboot
pip3 install redis
pip3 install -Iv bottle=0.12.17
pip3 install -Iv bottle==0.12.17
pip3 install -Iv tqdm==4.32.1
```
It should be noted that bottle and tqdm are only required for the security project.
Expand Down