From 33e9972f868d4d7aeef5b8966707b7ab5c276f16 Mon Sep 17 00:00:00 2001 From: Jim Taysom Date: Wed, 16 Mar 2022 20:27:07 -0400 Subject: [PATCH] Update running-idom.rst The run function does not have a `config` kwarg but instead `server_config` --- docs/source/guides/getting-started/running-idom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/getting-started/running-idom.rst b/docs/source/guides/getting-started/running-idom.rst index 3b180f6e5..1a471979b 100644 --- a/docs/source/guides/getting-started/running-idom.rst +++ b/docs/source/guides/getting-started/running-idom.rst @@ -157,7 +157,7 @@ then be passed to the ``run()`` function via the ``config`` parameter: redirect_root_to_index=True, ) - run(App, server_type=PerClientStateServer, config=server_config) + run(App, server_type=PerClientStateServer, server_config=server_config) Here's the list of available configuration types: