From 688ea9d46b1870c89ecd2f9cdc3b0d55681e01df Mon Sep 17 00:00:00 2001 From: Bryan Terce Date: Sat, 22 Jun 2019 12:11:29 -0700 Subject: [PATCH] Manually fix README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 492a878..b040420 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# skript-db + + > Sensible SQL support for Skript. +--- + ### Effect `Execute Statement` Executes a statement on a database and optionally stores the result in a variable. Expressions embedded in the query will be escaped to avoid SQL injection. @@ -51,11 +56,6 @@ execute unsafe {fully dynamic query} in {sql} --- -# skript-db - - > Sensible SQL support for Skript. ---- - ### Expression `Data Source` => `datasource` Stores the connection information for a data source. This should be saved to a variable in a `script load` event or manually through an effect command.