chore: update README.md

This commit is contained in:
amrbashir
2022-05-03 14:09:34 +02:00
parent e02e88f4f7
commit f8afa646be
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-single-instance"
description = ""
description = "Ensure a single instance of your tauri app is running."
version = "0.0.0"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"

View File

@@ -1 +1,8 @@
# Tauri Plugin single-instance
[WIP] Ensure a single instance of your tauri app is running.
Platforms:
- [x] Windows
- [x] Linux
- [ ] macOS