From 7a6ed7ebd83cfdcc520c29226c02c4730472788a Mon Sep 17 00:00:00 2001 From: mohan08p Date: Wed, 13 Apr 2016 18:12:39 +0000 Subject: [PATCH] description changed --- share/goodie/cheat_sheets/json/sqlite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/goodie/cheat_sheets/json/sqlite.json b/share/goodie/cheat_sheets/json/sqlite.json index 604e40743..00b6cdb6e 100644 --- a/share/goodie/cheat_sheets/json/sqlite.json +++ b/share/goodie/cheat_sheets/json/sqlite.json @@ -1,7 +1,7 @@ { "id": "sqlite3_cheat_sheet", "name": "Sqlite3", - "description": "It is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and access via sql", + "description": "Relational database management system contained in a C programming library", "metadata": { "sourceName": "Cheatography", "sourceUrl": "http://www.cheatography.com/richardjh/cheat-sheets/sqlite3/" @@ -9,7 +9,7 @@ "aliases": [ "sqlite3 language", "sqlite3 functions" ], - "template_type": "code", + "template_type": "terminal", "section_order": [ "Meta Commands", "Meta Commands conditions",