From bc11887ed7ffa420a5256960efbfde380ff3a203 Mon Sep 17 00:00:00 2001 From: shinriyo Date: Sun, 2 Dec 2018 13:16:25 +0900 Subject: [PATCH] replace " `"` is correct --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fad76d..667503d 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ 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); ####IMPORTANT: -the file *“config.db”* is necessary exist in the **“StreamingAssets”** folder. +the file *"config.db"* is necessary exist in the **"StreamingAssets"** folder. If this folder does not exist create it in the root folder of your Unity project. @@ -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 +*