Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih authored Apr 28, 2023
1 parent 4818950 commit 0d49b5b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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";

Expand Down

0 comments on commit 0d49b5b

Please sign in to comment.