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.