From 3155045ec87d83285f2e66210559f4be0a10e3a2 Mon Sep 17 00:00:00 2001 From: finestream Date: Wed, 16 Dec 2020 21:17:08 +0100 Subject: [PATCH] Update README.md Fixed language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc96191d..6efe19a5 100644 --- a/README.md +++ b/README.md @@ -729,7 +729,7 @@ Example: export photos to file structure based on 4-digit year and full name of `osxphotos export ~/Desktop/export --directory "{created.year}/{created.month}"` -Example: export photos to file structure based on 4-digit year of photo's creation date and add keywords for media type and labels (please note labels are only awailable on Photos 5 and higer): +Example: export photos to file structure based on 4-digit year of photo's creation date and add keywords for media type and labels (labels are only awailable on Photos 5 and higher): `osxphotos export ~/Desktop/export --directory "{created.year}" --keyword-template "{label}" --keyword-template "{media_type}"`