From 60c70139c74079edf0a598771d4a65577bb3561b Mon Sep 17 00:00:00 2001 From: Juan David Nicholls Cardona Date: Mon, 14 Nov 2016 13:00:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb244de..b592448 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ This template include an example **(pre-populated database)**, you can test in t * **Debug in the browser:** Test using the **`./app/js/queries.js`** file to create your queries **(Drop tables, create tables, insert data, etc)**. * **Debug in the device:** Test using the **`./www/pre.db`** file, you can edit the database using **[DB Browser for SQLite](http://sqlitebrowser.org/)** -##Examples using **Angular Services** +##SQLite examples using **Angular Services** * Returns the first element in a sequence that satisfies a specified condition, throws an exception if no matching element is found in source: ```javascript var query = "SELECT * FROM Users WHERE Name LIKE '%?%'";