update README.rst

This commit is contained in:
long2ice
2020-04-20 15:43:03 +08:00
parent 3941862819
commit 116b02bdea
4 changed files with 6 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ router = APIRouter()
)
async def home():
return {
'title': "Welcome to REST ADMIN"
'title': "Welcome to FastAPI ADMIN"
}