Skip to content

Commit 8f8e7c1

Browse files
Added installation instructions to Readme.md
1 parent fd47d43 commit 8f8e7c1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ You can keep your state centralized at our **Store** and create functions that a
1313

1414
In Luffie, you need two steps to do that:
1515

16+
## How to install
17+
18+
```bash
19+
npm install --save luffie
20+
```
21+
22+
or
23+
24+
```bash
25+
yarn add luffie
26+
```
27+
28+
## How to use
29+
30+
```javascript
31+
import { createStore, plug } from "luffie"
32+
```
33+
1634
<hr />
1735

1836
<p align="center">

0 commit comments

Comments
 (0)