From: Gao Chao Date: Sat, 4 Apr 2020 20:13:55 +0000 (+0800) Subject: :art: Update log style in main page, for GitHub Markdown compatibility (#1200) X-Git-Tag: 0.54.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=651ee5e4d2d36d26156d1367ce11ebf33e3c5e8f;p=thirdparty%2Ffastapi%2Ffastapi.git :art: Update log style in main page, for GitHub Markdown compatibility (#1200) * Update README.md fix string format * :art: Update log style in main page, for GitHub Markdown compatibility Co-authored-by: Sebastián Ramírez --- diff --git a/README.md b/README.md index 7a12add10a..263b9f3371 100644 --- a/README.md +++ b/README.md @@ -176,11 +176,11 @@ Run the server with: ```console $ uvicorn main:app --reload -INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) -INFO: Started reloader process [28720] -INFO: Started server process [28722] -INFO: Waiting for application startup. -INFO: Application startup complete. +INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) +INFO: Started reloader process [28720] +INFO: Started server process [28722] +INFO: Waiting for application startup. +INFO: Application startup complete. ``` diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 7a12add10a..263b9f3371 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -176,11 +176,11 @@ Run the server with: ```console $ uvicorn main:app --reload -INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) -INFO: Started reloader process [28720] -INFO: Started server process [28722] -INFO: Waiting for application startup. -INFO: Application startup complete. +INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) +INFO: Started reloader process [28720] +INFO: Started server process [28722] +INFO: Waiting for application startup. +INFO: Application startup complete. ``` diff --git a/docs/es/docs/index.md b/docs/es/docs/index.md index 28a5d40679..084494ae08 100644 --- a/docs/es/docs/index.md +++ b/docs/es/docs/index.md @@ -175,11 +175,11 @@ Corre el servidor con: ```console $ uvicorn main:app --reload -INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) -INFO: Started reloader process [28720] -INFO: Started server process [28722] -INFO: Waiting for application startup. -INFO: Application startup complete. +INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) +INFO: Started reloader process [28720] +INFO: Started server process [28722] +INFO: Waiting for application startup. +INFO: Application startup complete. ```