From a30968fe7d34b4f307cf41ec1dd31ebf1098e036 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 21 Feb 2024 13:01:54 -0500 Subject: [PATCH] docs: clarify using tauri v2 beta --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91b5744..734aa75 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A desktop app integrated with Google's deep learning model [Magika](https://gith ## 📚 Tech Stack - [Magika](https://github.com/google/magika) - Deep learning model (using JavaScript browser API) from Google -- [Tauri v2](https://beta.tauri.app) - Desktop/Mobile app framework +- [Tauri v2 Beta](https://beta.tauri.app) - Desktop/Mobile app framework - [Next.js](https://nextjs.org/) - Web framework built with React - [TypeScript](https://www.typescriptlang.org/) - Programming language - [Rust](https://www.rust-lang.org/) - Programming language @@ -48,7 +48,7 @@ Contributions are welcome! If you have any ideas, fixes, or suggestions, please Some documentation that may be useful include: -- [Tauri v2 docs](https://beta.tauri.app) +- [Tauri v2 Beta docs](https://beta.tauri.app) - [shadcn/ui docs](https://ui.shadcn.com/docs) - [Magika repo](https://github.com/google/magika)