Skip to content

Commit 6bc1132

Browse files
committed
2 parents 481eb64 + c214fcd commit 6bc1132

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
* [`python3.7-slim`](images/python3.7-slim.dockerfile)
1414
* [`python3.7-alpine`](images/python3.7-alpine.dockerfile)
1515

16-
# hypercorn-fastapi
16+
# **hypercorn-fastapi-docker**
1717

1818
Docker image with [Hypercorn][hypercorn site] for [FastAPI][fastapi site] application in Python 3.7+. With slim and alpine options.
1919

2020
* **[Github repo][github repo]**
2121
* **[Docker hub][docker repo]**
2222

23-
### Hypercorn
23+
## Hypercorn
2424
**[Hypercorn][hypercorn site]** is an HTTP2 ready ASGI web server based on the sans-io hyper, h11, h2, and wsproto libraries and inspired by Gunicorn.
2525

2626
Hypercorn supports HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3 specifications. Hypercorn can utilise asyncio, uvloop, or trio worker types.
2727

28-
### FastAPI
28+
## FastAPI
2929
**[FastAPI][fastapi site]** is a modern, fast (high-performance), web framework for building APIs with Python 3.6+.
3030

3131
The key features are:
@@ -41,7 +41,7 @@ The key features are:
4141

4242
<small>* estimation based on tests on an internal development team, building production applications.</small>
4343

44-
## How to use
44+
## How to start
4545
* You can use this image as a base image for other images, using this in your Dockerfile:
4646

4747
```dockerfile

0 commit comments

Comments
 (0)