From 651ee5e4d2d36d26156d1367ce11ebf33e3c5e8f Mon Sep 17 00:00:00 2001 From: Gao Chao Date: Sun, 5 Apr 2020 04:13:55 +0800 Subject: [PATCH] :art: Update log style in main page, for GitHub Markdown compatibility (#1200) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md fix string format * :art: Update log style in main page, for GitHub Markdown compatibility Co-authored-by: Sebastián Ramírez --- README.md | 10 +++++----- docs/en/docs/index.md | 10 +++++----- docs/es/docs/index.md | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7a12add10..263b9f337 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 7a12add10..263b9f337 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 28a5d4067..084494ae0 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. ```