]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Remove $ sign from bash codeblocs in markdown (#613)
authorNico Stapelbroek <3368018+nstapelbroek@users.noreply.github.com>
Sat, 23 Nov 2019 21:59:15 +0000 (22:59 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 Nov 2019 21:59:15 +0000 (22:59 +0100)
README.md
docs/index.md

index 9e333232d2dfb7046d49e8ff27c624bae57060b4..702cbdef7be4e2846fdf85e4ebe0d7180cb370db 100644 (file)
--- a/README.md
+++ b/README.md
@@ -90,13 +90,13 @@ FastAPI stands on the shoulders of giants:
 ## Installation
 
 ```bash
-pip install fastapi
+pip install fastapi
 ```
 
 You will also need an ASGI server, for production such as <a href="http://www.uvicorn.org" target="_blank">Uvicorn</a> or <a href="https://gitlab.com/pgjones/hypercorn" target="_blank">Hypercorn</a>.
 
 ```bash
-pip install uvicorn
+pip install uvicorn
 ```
 
 ## Example
index 9e333232d2dfb7046d49e8ff27c624bae57060b4..702cbdef7be4e2846fdf85e4ebe0d7180cb370db 100644 (file)
@@ -90,13 +90,13 @@ FastAPI stands on the shoulders of giants:
 ## Installation
 
 ```bash
-pip install fastapi
+pip install fastapi
 ```
 
 You will also need an ASGI server, for production such as <a href="http://www.uvicorn.org" target="_blank">Uvicorn</a> or <a href="https://gitlab.com/pgjones/hypercorn" target="_blank">Hypercorn</a>.
 
 ```bash
-pip install uvicorn
+pip install uvicorn
 ```
 
 ## Example