Skip to content

Commit 2409470

Browse files
authored
Update README.md
1 parent a81910e commit 2409470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

3-
React Spaces allows you to divide a page or container into spaces. These spaces know how to behave in relation to each other and can also be divided into further nested spaces.
3+
React Spaces allows 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.
44

55
[View examples here](http://www.allaneagle.com/react-spaces/demo/)
66

@@ -14,7 +14,7 @@ Used at the top level of all other spaces.
1414

1515
### Inner spaces
1616

17-
These can be used within the top-level spaces **ViewPort** and **Fixed** and within other inner spaces.
17+
These can be used within the top-level spaces **ViewPort** and **Fixed** or nested within other spaces.
1818

1919
* **Left** - a space anchored to the left of the parent container/space. A size can be specified in pixels to determine its width.
2020

@@ -28,7 +28,7 @@ These can be used within the top-level spaces **ViewPort** and **Fixed** and wit
2828

2929
## Getting started
3030

31-
Spaces can be used by importing the spaces using the following:
31+
Spaces can be used by using the following:
3232

3333
```typescript
3434
npm i react-spaces

0 commit comments

Comments
 (0)