Skip to content

Commit 31210d5

Browse files
committed
Updates docs
1 parent a297302 commit 31210d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
```
15-
npm install easy-peasy@3.0.0-rc.5
15+
npm install easy-peasy
1616
```
1717

1818

website/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Easy Peasy provides you with an <strong>intuitive</strong> API to <strong>quickl
1212
<p>&nbsp;</p>
1313

1414
```bash
15-
npm install easy-peasy@3.0.0-rc.5
15+
npm install easy-peasy
1616
```
1717

1818
<p>&nbsp;</p>

website/docs/docs/introduction/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm install react-dom
1212
Then install Easy Peasy.
1313

1414
```bash
15-
npm install easy-peasy@3.0.0-rc.5
15+
npm install easy-peasy
1616
```
1717

1818
We're off to the races!

website/docs/docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This quick fire overview will provide you with a brief introduction to 90% of Ea
1111
## Installation
1212

1313
```bash
14-
npm install easy-peasy@3.0.0-rc.5
14+
npm install easy-peasy
1515
```
1616

1717
## Use a model to define your store

0 commit comments

Comments
 (0)