From cdf8d264e3de975c721cf16828c0083994be69e9 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Wed, 10 Jan 2024 15:03:48 +0000 Subject: [PATCH] Update README.md --- utility/exif/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/exif/README.md b/utility/exif/README.md index 8034a838..a328ce3b 100644 --- a/utility/exif/README.md +++ b/utility/exif/README.md @@ -12,7 +12,7 @@ Run the following command in your Node-RED user directory - typically `~/.node-r ## Breaking Change - v1 -This node now uses the more supported exifreader library so that it handles more features and recent exif spec uodates, for example data associated with drones. The output message has consequently changed into a much flatter set of properties and thus breaks all existing (0.x) instances. +This node now uses the more supported exifreader library so that it handles more features and recent exif spec updates, for example data associated with drones. The output message has consequently changed into a much flatter set of properties and thus breaks all existing (0.x) instances. Usage -----