diff --git a/README.md b/README.md index 2e03ff2d..cc7541ae 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ | [websocket](plugins/websocket) | Open a WebSocket connection using a Rust client in JS. | ✅ | ✅ | ✅ | ? | ? | | [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? | -_This repo and all plugins require a minimum Rust version of **1.64**_ +_This repo and all plugins require a Rust version of at least **1.64**_ diff --git a/plugins/authenticator/README.md b/plugins/authenticator/README.md index 850c0457..c90d8b06 100644 --- a/plugins/authenticator/README.md +++ b/plugins/authenticator/README.md @@ -4,7 +4,7 @@ Use hardware security-keys in your Tauri App. ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/autostart/README.md b/plugins/autostart/README.md index b89df520..4221c6fb 100644 --- a/plugins/autostart/README.md +++ b/plugins/autostart/README.md @@ -4,7 +4,7 @@ Automatically launch your application at startup. Supports Windows, Mac (via App ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/fs-extra/README.md b/plugins/fs-extra/README.md index effeda7b..b8368c6c 100644 --- a/plugins/fs-extra/README.md +++ b/plugins/fs-extra/README.md @@ -4,7 +4,7 @@ Additional file system methods not included in the core API. ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/fs-watch/README.md b/plugins/fs-watch/README.md index 5b2d7876..c11b2dfd 100644 --- a/plugins/fs-watch/README.md +++ b/plugins/fs-watch/README.md @@ -4,7 +4,7 @@ Watch files and directories for changes using [notify](https://github.com/notify ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/localhost/README.md b/plugins/localhost/README.md index 80300b66..1b0c0c4f 100644 --- a/plugins/localhost/README.md +++ b/plugins/localhost/README.md @@ -6,7 +6,7 @@ Expose your apps assets through a localhost server instead of the default custom ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/log/README.md b/plugins/log/README.md index 47092ea2..719d93d9 100644 --- a/plugins/log/README.md +++ b/plugins/log/README.md @@ -4,7 +4,7 @@ Configurable logging for your Tauri app. ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/persisted-scope/README.md b/plugins/persisted-scope/README.md index 4707ee00..db61c093 100644 --- a/plugins/persisted-scope/README.md +++ b/plugins/persisted-scope/README.md @@ -4,7 +4,7 @@ Save filesystem and asset scopes and restore them when the app is reopened. ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/positioner/README.md b/plugins/positioner/README.md index d957b5c4..9f92936e 100644 --- a/plugins/positioner/README.md +++ b/plugins/positioner/README.md @@ -6,7 +6,7 @@ This plugin is a port of [electron-positioner](https://github.com/jenslind/elect ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/single-instance/README.md b/plugins/single-instance/README.md index 13de3972..a5c220ff 100644 --- a/plugins/single-instance/README.md +++ b/plugins/single-instance/README.md @@ -4,7 +4,7 @@ Ensure a single instance of your tauri app is running. ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/sql/README.md b/plugins/sql/README.md index 5a142cf8..d42e5e91 100644 --- a/plugins/sql/README.md +++ b/plugins/sql/README.md @@ -4,7 +4,7 @@ Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx) ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/store/README.md b/plugins/store/README.md index 1de280c4..d5a464ee 100644 --- a/plugins/store/README.md +++ b/plugins/store/README.md @@ -4,7 +4,7 @@ Simple, persistent key-value store. ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/stronghold/README.md b/plugins/stronghold/README.md index 14bfe2a1..3832de25 100644 --- a/plugins/stronghold/README.md +++ b/plugins/stronghold/README.md @@ -4,7 +4,7 @@ Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/upload/README.md b/plugins/upload/README.md index b4677323..66f2fc2c 100644 --- a/plugins/upload/README.md +++ b/plugins/upload/README.md @@ -4,7 +4,7 @@ Upload files from disk to a remote server over HTTP. ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/websocket/README.md b/plugins/websocket/README.md index a0cfe7d2..e73693a2 100644 --- a/plugins/websocket/README.md +++ b/plugins/websocket/README.md @@ -4,7 +4,7 @@ ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/plugins/window-state/README.md b/plugins/window-state/README.md index 46b9d819..d77949d5 100644 --- a/plugins/window-state/README.md +++ b/plugins/window-state/README.md @@ -4,7 +4,7 @@ Save window positions and sizes and restore them when the app is reopened. ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend. diff --git a/shared/template/README.md b/shared/template/README.md index d7dc0b65..8f45e92e 100644 --- a/shared/template/README.md +++ b/shared/template/README.md @@ -4,7 +4,7 @@ ## Install -_This plugin requires a minimum Rust version of **1.64**_ +_This plugin requires a Rust version of at least**1.64**_ There are three general methods of installation that we can recommend.