Skip to content

Commit 4734c7e

Browse files
authored
Update README.md
1 parent 806f1f6 commit 4734c7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# React Spaces
22

3+
![NPM](https://img.shields.io/npm/v/react-spaces.svg)
4+
35
React Spaces allow you to divide a page or container HTML element into spaces. These spaces know how to behave in relation to each other and can also be divided into further nested spaces.
46

57
### Top level spaces
@@ -35,7 +37,7 @@ A space which consumes any available area left in the parent container/space tak
3537
To get started with React Spaces you need:
3638

3739
```typescript
38-
npm i react-spaces
40+
npm install react-spaces --save
3941
```
4042

4143
```typescript

0 commit comments

Comments
 (0)