Skip to content

Commit 7604b95

Browse files
committed
Fix mistake in readme
1 parent 6ebb9c5 commit 7604b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is a MicroPython one-file library for reading/parsing BMP files (ex. for Ra
33

44
## Usage
55
### Raspberry Pi Pico
6-
First you will need to download [`bmp_file_reader.py`](https://raw.githubusercontent.com/ExcaliburZero/bmp_file_reader/master/bmp_file_reader.py) and place it into the `lib` folder on your Raspberry Pi Pico (if that file does not exist, then you will need to create it).
6+
First you will need to download [`bmp_file_reader.py`](https://raw.githubusercontent.com/ExcaliburZero/bmp_file_reader/master/bmp_file_reader.py) and place it into the `lib` folder on your Raspberry Pi Pico (if that folder does not exist, then you will need to create it).
77

88
You will then be able to leverage the `bmp_file_reader` library via import statements:
99

0 commit comments

Comments
 (0)