From c5a282634e67f228ff85f9b3392b9c9b6e2b90b5 Mon Sep 17 00:00:00 2001 From: Aadith Jagan Date: Sun, 26 May 2024 14:38:05 +0530 Subject: [PATCH 1/2] chore: Remove unnecessary sentence in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d538742..518de84 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # jpeg-to-png-converter -A command line tool which converts an image with a .jepg to .png and the reverse. + +A command line tool which converts an image with a .jepg to .png From a7ad17a004f2bf68464dea9d454770d81f9296cc Mon Sep 17 00:00:00 2001 From: Aadith Jagan Date: Sun, 26 May 2024 14:55:43 +0530 Subject: [PATCH 2/2] Refactor command line tool to support conversion from .png to .jpeg --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 518de84..b008af1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # jpeg-to-png-converter -A command line tool which converts an image with a .jepg to .png +A command line tool which converts an image with a .jpeg to .png + +And, also gives the option to convert .png to .jpeg \ No newline at end of file