From 7518678ee340a7c10773efd0d5a726a2f1053383 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Sun, 30 Aug 2020 22:58:16 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b0b578..7deb502 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ I generated the three frames from this example using the same set of [my photogr # How do I use this? 1. Clone this repository to your local disk, or download the latest version of the `main` branch code [here](https://github.com/zfox23/colorSortedImageGrid/archive/main.zip). 2. Ensure NodeJS v12.18.x is installed: [https://nodejs.org/en/](https://nodejs.org/en/) -3. Place the images that you'd like to be a part of your output images into `\images`. +3. Place the images that you'd like to be a part of your output image into `\images`. - These images must be in `.jpg` or `.png` format. 4. Open a PowerShell/Command Prompt/Terminal window, then `cd` into the directory containing this repository. 5. Run `npm i` to install this project's dependencies. @@ -27,4 +27,4 @@ I generated the three frames from this example using the same set of [my photogr - Experiment with the way the images are sorted by using the `--sortParameter`...parameter... - You can adjust the default column-major sorting order to row-major by passing `--sortOrder row-major` to the script. -Enjoy! 💖 \ No newline at end of file +Enjoy! 💖