Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matmalkowski authored Oct 2, 2024
1 parent 47717a2 commit 15bbf32
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
@@ -1,5 +1,3 @@
🚧 THIS IS **ALPHA** version of the library - the API still might change 🚧

# electron-redux

Electron-Redux is an Redux Store Enhancer that helps you loosely synchronize the redux stores in multiple electron processes.
Expand All @@ -17,10 +15,10 @@ When working with Electron, using Redux poses couple of problems, since main and

```sh
# with yarn
yarn add electron-redux@alpha
yarn add electron-redux

# with npm
npm install electron-redux@alpha
npm install electron-redux
```

For more details, please see [the Installation docs page](#todo).
Expand Down

0 comments on commit 15bbf32

Please sign in to comment.