From cd231e97cdff914c0371ac2f4dabf10ae93f485e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 7 Jul 2020 19:01:13 -0700 Subject: [PATCH] Updated example for asgi_wrapper --- docs/plugin_hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index fc14bba0..a0a746b0 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -669,7 +669,7 @@ This example plugin adds a ``x-databases`` HTTP header listing the currently att return add_x_databases_header return wrap_with_databases_header -Examples: `datasette-search-all `_, `datasette-media `_ +Example: `datasette-cors `_ .. _plugin_hook_startup: