From cf807ca8afbc2c56f757e6c07310f09a16be9233 Mon Sep 17 00:00:00 2001 From: Simon Holmes Date: Wed, 29 Mar 2023 20:02:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25802eb..7114bc5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Next JS with Tauri Example +# Next JS API routes with Tauri Example This repo demonstrates how you can use Next JS and Tauri together to build an application which can be deployed on the web, and also packaged up as a desktop application. Since Tauri usually doesn't support NextJS API routes, this example shows how to share code and logic between NextJS API routes and a local server used in the Tauri application.