diff --git a/README.md b/README.md index 9512683..96b9dc0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Edit main.cpp to set your number of pictures. ## Prepping the photos -Add photos to ```/data``` at 240x240. use the following commands and script with ffmpeg and imagemagick to prep the photos. +Add photos to ```/data``` at 240x240. use the following commands and script with ffmpeg to prep the photos. ```sh # Source and destination directories @@ -46,7 +46,7 @@ Add photos to ```/data``` at 240x240. use the following commands and script with - Copy the images from your above code output to the data directory of this repository - In VSCode PIO open the PIO tab and select the BUILD options - - Rename your last photo with all 0's because i'm lazy and am not writing a function to automate fetching the list right now + - Rename your last photo with all 0's because I'm lazy and am not writing a function to automate fetching the list right now - Build the filesystem. If it doesn't error, cool, your photos will fit! - Edit main.cpp with the correct number of photos - Upload the filesystem using PlatformIO