From 5bdfaf3fa92386f47c2fa4b13f6ad24944852972 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 15 Feb 2023 14:21:26 +0100 Subject: [PATCH] typo --- plugins/authenticator/README.md | 2 +- plugins/autostart/README.md | 2 +- plugins/fs-extra/README.md | 2 +- plugins/fs-watch/README.md | 2 +- plugins/localhost/README.md | 2 +- plugins/log/README.md | 2 +- plugins/persisted-scope/README.md | 2 +- plugins/positioner/README.md | 2 +- plugins/single-instance/README.md | 2 +- plugins/sql/README.md | 2 +- plugins/store/README.md | 2 +- plugins/stronghold/README.md | 2 +- plugins/upload/README.md | 2 +- plugins/websocket/README.md | 2 +- plugins/window-state/README.md | 2 +- shared/template/README.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/plugins/authenticator/README.md b/plugins/authenticator/README.md index c90d8b06..0e700f6a 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 Rust version of at least**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 4221c6fb..419907c3 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 Rust version of at least**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 b8368c6c..98d311fe 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 Rust version of at least**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 c11b2dfd..8162d1fe 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 Rust version of at least**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 1b0c0c4f..50665f66 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 Rust version of at least**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 719d93d9..fca43611 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 Rust version of at least**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 db61c093..26888b59 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 Rust version of at least**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 9f92936e..ebac8500 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 Rust version of at least**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 a5c220ff..1efbba90 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 Rust version of at least**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 d42e5e91..7ec807b1 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 Rust version of at least**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 d5a464ee..3c3f7c7e 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 Rust version of at least**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 3832de25..2b5b2790 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 Rust version of at least**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 66f2fc2c..cd24a9d5 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 Rust version of at least**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 e73693a2..96c5c324 100644 --- a/plugins/websocket/README.md +++ b/plugins/websocket/README.md @@ -4,7 +4,7 @@ ## Install -_This plugin requires a Rust version of at least**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 d77949d5..303d54a5 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 Rust version of at least**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 8f45e92e..ed5545a2 100644 --- a/shared/template/README.md +++ b/shared/template/README.md @@ -4,7 +4,7 @@ ## Install -_This plugin requires a Rust version of at least**1.64**_ +_This plugin requires a Rust version of at least **1.64**_ There are three general methods of installation that we can recommend.