From 15bbf324a39aab5f6fde1bb5884f0f3bd0876362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82kowski?= Date: Wed, 2 Oct 2024 14:18:24 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ff81a81..95c9c730 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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).