From f44b7f8d266842ff14dbfbe1a47796ccfde68ef5 Mon Sep 17 00:00:00 2001 From: Perttu Haliseva Date: Wed, 5 Oct 2022 11:21:41 +0300 Subject: [PATCH] Fix link to paragraph 1.3 --- extension/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/README.md b/extension/README.md index 5c8dc144..2e3cd99c 100644 --- a/extension/README.md +++ b/extension/README.md @@ -57,7 +57,7 @@ const composeEnhancers = compose; ``` -> For TypeScript use [`redux-devtools-extension` npm package](#13-use-redux-devtools-extension-package-from-npm), which contains all the definitions, or just use `(window as any)` (see [Recipes](/docs/Recipes.md#using-in-a-typescript-project) for an example). +> For TypeScript use [`redux-devtools-extension` npm package](#13-use-redux-devtoolsextension-package-from-npm), which contains all the definitions, or just use `(window as any)` (see [Recipes](/docs/Recipes.md#using-in-a-typescript-project) for an example). ```js const composeEnhancers = (window as any).__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;