Skip to content

Commit 4f2fcb7

Browse files
committed
update docs
1 parent f6f8089 commit 4f2fcb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/getting_started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2 id="setup-middleware">Setup middleware</h2>
172172
<p>Middleware handles the most important and complex part -
173173
managing context and sessions.</p>
174174
<p>You can use the ready-made middleware components:</p>
175-
<h3 id="asgi-middleware">ASGI middleware</h3>
175+
<h3 id="asgi-middleware">Pure ASGI</h3>
176176
<pre><code class="language-python">from context_async_sqlalchemy import ASGIHTTPDBSessionMiddleware
177177

178178
app.add_middleware(ASGIHTTPDBSessionMiddleware)

docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs_sources/docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ managing context and sessions.
8181

8282
You can use the ready-made middleware components:
8383

84-
### ASGI middleware
84+
### Pure ASGI
8585

8686
```python
8787
from context_async_sqlalchemy import ASGIHTTPDBSessionMiddleware

0 commit comments

Comments
 (0)