From 54066b4ec441a967500e8f0d601a14dd994716c8 Mon Sep 17 00:00:00 2001 From: ysa134 <48811384+ysa134@users.noreply.github.com> Date: Fri, 22 Mar 2019 16:07:20 -0700 Subject: [PATCH] Fix errors in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d820458..ef4ad29 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *Note: This project is no more actively maintained. Please check out the various forks [here](https://github.com/mrafayaleem/gdx-sqlite/network) to follow up with active developments around this repository.* -gdx-sqlite is a cross-platform Libgdx extension for SQLite database handling. The extension abstracts databse handling to provide a unified method to handle database transacitons across multiple platforms while also adding SQLite support for desktop version of Libgdx application. +gdx-sqlite is a cross-platform Libgdx extension for SQLite database handling. The extension handles database transactions across multiple platforms by a unified method. The extension adds SQLite support for desktop version of Libgdx application. Currently supported platforms: - Android (Implemented using Android SQLite API)