From e2ae0e1f8db59df53dcaf647191a899539894c6c Mon Sep 17 00:00:00 2001 From: shinriyo Date: Sun, 29 Apr 2018 01:14:47 +0900 Subject: [PATCH] fix quote bug correct quote --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6fad76d..a668ff1 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Framework to connect to SQLite database from Unity for iOS, Android, MAC and Win ###How to Use: - SqliteDatabase sqlDB = new SqliteDatabase(“config.db”); - string query = “INSERT INTO User(UserName) VALUES( ‘Santiago’)”; + SqliteDatabase sqlDB = new SqliteDatabase("config.db"); + string query = "INSERT INTO User(UserName) VALUES('Santiago')"; sqlDB.ExecuteNonQuery(query); @@ -53,4 +53,4 @@ follow this simple steps and you can get full compatibility with android. * twitter: [@busta117](http://www.twitter.com/busta117) * mail: -* \ No newline at end of file +*