From b6bb1c07f408077f9a9ed90e9a3570d5b53018a4 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:58:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97fbe74..85bd304 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Python based Image converter supporting a bunch of image formats. ### Supported Formats: `.bmp`, `.dds`, `.dib`, `.eps`, `.gif`, `.icns`, `.ico`, `.im`, `.msp`, `.pcx`, `.png`, `.ppm`, `.sgi`, `.spider`, `.tga`, `.tiff`, `.webp`, `.xbm`, `.palm`, `.pdf`, `.xv` -Note that many more file formats such as .jpg and .jpeg can be read by the program but not converted into. +Note that many more file formats such as ``.jpg` and `.jpeg` can be read by the program but not converted into. ### Requirments Python needs to be isntalled for this program to work.