example: update README.md (#595)

Incorrect framework referenced
This commit is contained in:
Brendon Otto 2023-02-28 08:45:10 -06:00 committed by GitHub
parent 1b2a0fe2ad
commit 4b98ece2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Leptos Todo App Sqlite
This example creates a basic todo app with an Axum backend that uses Leptos' server functions to call sqlx from the client and seamlessly run it on the server.
This example creates a basic todo app with an Actix backend that uses Leptos' server functions to call sqlx from the client and seamlessly run it on the server.
## Client Side Rendering
To run it as a Client Side App, you can issue `trunk serve --open` in the root. This will build the entire