Skip to content

Commit 20a9bd8

Browse files
authored
Update README.md
1 parent 3318d9d commit 20a9bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ React Spaces allows you to divide a page or container into spaces. These spaces
66

77
These are supposed to be used at the top level of all spaces.
88

9-
ViewPort - a top level space. This space will take over the full viewport of the browser window. Resizing the browser window will automatically adjust the size of this space and all the nested spaces.
9+
* **ViewPort** - a top level space. This space will take over the full viewport of the browser window. Resizing the browser window will automatically adjust the size of this space and all the nested spaces.
1010

11-
Fixed - this space can be given a height and optionally a width (by default it will size to 100% of it's container). All nested spaces will be contained within this fixed size space.
11+
* **Fixed** - this space can be given a height and optionally a width (by default it will size to 100% of it's container). All nested spaces will be contained within this fixed size space.
1212

1313
## Inner spaces
1414

0 commit comments

Comments
 (0)