mirror of https://github.com/tiangolo/fastapi.git
📝 Remove $ sign from bash codeblocs in markdown (#613)
This commit is contained in:
parent
c6f98c009f
commit
c3cc077fa9
|
|
@ -90,13 +90,13 @@ FastAPI stands on the shoulders of giants:
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```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>.
|
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
|
```bash
|
||||||
$ pip install uvicorn
|
pip install uvicorn
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
|
||||||
|
|
@ -90,13 +90,13 @@ FastAPI stands on the shoulders of giants:
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```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>.
|
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
|
```bash
|
||||||
$ pip install uvicorn
|
pip install uvicorn
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue