From 8bc5a0c9efc84e64f0ea4e34c6adec9b29a58df8 Mon Sep 17 00:00:00 2001 From: Naman Garg <66401604+namanlp@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:05:01 +0530 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ade09da..a43189bbf 100644 --- a/README.md +++ b/README.md @@ -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.