diff --git a/plugins/sql/README.md b/plugins/sql/README.md index 110a33a0..35447054 100644 --- a/plugins/sql/README.md +++ b/plugins/sql/README.md @@ -168,7 +168,7 @@ fn main() { To apply the migrations when the plugin is initialized, add the connection string to the `tauri.conf.json` file: -> Notice: if no migration provided, keeping the `preload` empty +> Notice: If `migration` is not provided, make sure that `preload` is kept empty ```json {