Browse Source

📝 Remove $ sign from bash codeblocs in markdown (#613)

pull/681/head
Nico Stapelbroek 5 years ago
committed by Sebastián Ramírez
parent
commit
c3cc077fa9
  1. 4
      README.md
  2. 4
      docs/index.md

4
README.md

@ -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

4
docs/index.md

@ -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…
Cancel
Save