fix(doc): fix salvo framework name (#1731)

Co-authored-by: 黄景祥 <jingxiang.huang@baishancloud.com>
This commit is contained in:
joelhy 2023-06-29 23:44:52 +08:00 committed by GitHub
parent 4905dc5fde
commit 986f0c2d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
![screenshot](Screenshot.png)
# Poem with SeaORM example app
# Salvo with SeaORM example app
1. Modify the `DATABASE_URL` var in `.env` to point to your chosen database

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Poem Example</title>
<title>Salvo Example</title>
<meta name="description" content="Actix - SeaOrm integration example" />
<meta name="author" content="Sam Samai" />
<meta name="viewport" content="width=device-width, initial-scale=1" />