Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaneremieff committed May 9, 2020
1 parent d55d419 commit 460f442
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/asgi.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ application = get_default_application()

wrapped_application = guarantee_single_callable(application)
handler = Mangum(wrapped_application, enable_lifespan=False)

```

## Middleware
Expand All @@ -218,7 +217,7 @@ The test uses a generic, non-framework ASGI application, but it relies on Starle
await send({"type": "http.response.body", "body": b"Hello world."})

handler = Mangum(GZipMiddleware(app))
```
```

## Lifespan

Expand Down

0 comments on commit 460f442

Please sign in to comment.