Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ousiax committed Dec 25, 2023
1 parent 49d5982 commit 819d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 819d469

Please sign in to comment.