From 819d4696463f91a35dd17255b64daaf9697f8ba0 Mon Sep 17 00:00:00 2001 From: "Jon.X" Date: Mon, 25 Dec 2023 16:56:42 +0800 Subject: [PATCH] modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ff26d..c007615 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ NOTE: For simplify, the desktop application also launchs the Web API application NOTE: You can see more information about how to launch both the Desktop application and a backend Web API service application in one process at `Leo.Windows.Program.Main` and `Leo.Wpf.App.App`. -TIP: By default, the SQLite is used as the backend database. Here is the code snippet at the `Startup` class in the project `Leo.Web.Api`: +TIP: By default, the SQLite is used as the backend database. Here is the code snippet at `src/Leo.Web.Api/Startup.cs`: ```cs namespace Leo.Web