From 0d49b5bb1e44774c7e691f85e13addbd83d671e0 Mon Sep 17 00:00:00 2001 From: Alexander Khoroshikh <32790736+AlexandrHoroshih@users.noreply.github.com> Date: Fri, 28 Apr 2023 14:40:49 +0700 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 289d5a8..6956482 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Simple adapter to connect Effector's Inspect API to Redux DevTools, extracted from the old `effector-logger` project. -Work in progress, package is not available in the npm yet. - ## Installation ```sh @@ -35,9 +33,9 @@ Just add it to your babel configuration. ### In the code -Just call `attachReduxDevTools` somewhere in your project's entrypoint. +Just call `attachReduxDevTools()` somewhere in your project's entrypoint. -Example: +You can also provide some additional configuration. Example: ```ts import { attachReduxDevTools } from "@effector/redux-devtools-adapter";