From a8978b4aa6f7bf6e759d824b3c540d1df89484d9 Mon Sep 17 00:00:00 2001 From: Amit Kumar Nandi <11887616+aamitn@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:00:03 +0530 Subject: [PATCH] fixups --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7fe5232..bb5dca1 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ ## Database Exporter Application -This is a Java application for exporting data from a MySQL database to various formats (e.g., HTML, XML, etc.). The application uses Swing for the graphical user interface and supports a plug-and-play architecture with configuration-less addition of new export formats without changing existing code. +This is a Java application for exporting data from a MySQL database table to various formats (e.g., HTML, XML, etc.). The application uses Swing for the graphical user interface and supports a plug-and-play architecture with configuration-less addition of new export formats without changing existing code. ## Table of Contents