From 108863a129fbc91d4a66a790c4acca0dbbf1e7d7 Mon Sep 17 00:00:00 2001 From: MaheepGupta <72181967+MaheepGupta@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:18:51 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 526335f..d8c6797 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Synopsis -This is a universal SQL client that is written in Python. It is a command prompt developed due to nuisance experience that author faces when he uses a traditional SQL client. This is also a very lightweight SQL client that tries its best to reduce the dependacy of the external libraries apart from the SQL connectors and webapp library. The author hopes that with the minimal coding effort, the tool can be fitted into any platform that installs Python, including modern embedded devices. +This is a universal SQL client that is written in Python. It is a command prompt developed due to nuisance experience that author faces when he used to use a traditional SQL client. This is also a very lightweight SQL client that tries its best to reduce the dependacy of the external libraries apart from the SQL connectors and webapp library. The author hopes that with the minimal coding effort, the tool can be fitted into any platform that installs Python, including modern embedded devices. ## Addressing Controversial Remarks