Fixed wrong rendering of a code snippet (unimportant)

This commit is contained in:
Blue Fox 2023-11-04 12:03:45 +00:00
parent 952b3b0eec
commit 98288892a5

View File

@ -42,7 +42,7 @@ The only thing to say here are the standard pinouts (all of these can be changed
### 3.2 Software installation
1. To get your Raspberry Pi Pico W ready for micronEC, make sure you've already installed [microPython](https://micropython.org/) on it.
2. Pull this repository via ´git pull´ to your local filesystem.
2. Pull this repository to your local filesystem.
3. Open [Thonny](https://thonny.org/)
4. Open the following files:
- [counter.py](counter.py) - library providing counting stuff