From aaf5d0b232724222a28593b636a9e8447b777af7 Mon Sep 17 00:00:00 2001 From: pdelekta <104894486+pdelekta@users.noreply.github.com> Date: Mon, 12 Sep 2022 09:27:08 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 754aca3..c9b2f8a 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ The dev tools bind to your app via this global: checkSelector } ``` -Even without the devtools, you can call ```__RESELECT_TOOLS__.checkSelector('mySelector$')``` from the developer console or ```__RESLECT_TOOLS__.selectorGraph()``` to see what's going on. If the JSON output of the graph is hard to parse, there's an example of how to create a visual selector graph [here](tests/your-app.js). +Even without the devtools, you can call ```__RESELECT_TOOLS__.checkSelector('mySelector$')``` from the developer console or ```__RESELECT_TOOLS__.selectorGraph()``` to see what's going on. If the JSON output of the graph is hard to parse, there's an example of how to create a visual selector graph [here](tests/your-app.js). ## License