From 95b052346e61dc40477ec00a58f4931a2d664534 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 4 Nov 2023 15:03:51 +0100 Subject: [PATCH] Fix names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 420a641..57053eb 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Small collection of Bash scripts to launch functionalities in folders when new f - [Video optimizer](#video-optimizer): Folder that watches when new videos are added and optimizes them. - [Battery hook](#battery-hook): Folder with custom scripts to be launched in different battery states. -- [Image to avif](#image-to-avif): Folder that watches when new image (PNG, JPEG or WebP) are added and transform to AVIF format. -- [Image to webp](#image-to-webp): Folder that watches when new image (PNG or JPEG) are added and transform to WebP format. +- [Image to AVIF](#image-to-avif): Folder that watches when new image (PNG, JPEG or WebP) are added and transform to AVIF format. +- [Image to WebP](#image-to-webp): Folder that watches when new image (PNG or JPEG) are added and transform to WebP format. ---