mirror of https://github.com/encode/starlette.git
Fix example import statement (#123)
This commit is contained in:
parent
e1ff9b9f71
commit
88fe1799c7
|
@ -105,7 +105,7 @@ The middleware will handle both standard and streaming responses.
|
|||
|
||||
```python
|
||||
from starlette.applications import Starlette
|
||||
from starlette.middleware.trustedhost import TrustedHostMiddleware
|
||||
from starlette.middleware.gzip import GZipMiddleware
|
||||
|
||||
|
||||
app = Starlette()
|
||||
|
|
Loading…
Reference in New Issue