Replace tauri with new link (#1852)

Tauri apps have new URL, that is Tauri.app instead of tauri.studio!

So, it should be updated here in the README

Thank You
This commit is contained in:
Naman Garg 2023-12-03 20:05:01 +05:30 committed by GitHub
parent 98ff6a7986
commit 8bc5a0c9ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ This project is using what I'm calling the **"PRRTT"** stack (Prisma, Rust, Reac
### Apps:
- `desktop`: A [Tauri](https://tauri.studio) app.
- `desktop`: A [Tauri](https://tauri.app) app.
- `mobile`: A [React Native](https://reactnative.dev/) app.
- `web`: A [React](https://reactjs.org) webapp.
- `landing`: A [React](https://reactjs.org) app using Vite SSR & Vite pages.