From d6338de8bc3d57b046dac0708fd0f9f233341268 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Tue, 30 Jan 2024 13:15:02 -0800 Subject: [PATCH] docs: fix incorrect waffle flag stated. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8959458aa..724d9dfc7 100644 --- a/README.rst +++ b/README.rst @@ -260,7 +260,7 @@ Requirements * ``edx-platform`` Waffle flags: - * ``contentstore.new_studio_mfe.use_tagging_taxonomy_list_page``: this feature flag must be enabled. + * ``new_studio_mfe.use_tagging_taxonomy_list_page``: this feature flag must be enabled. Configuration -------------