Skip to content

Commit 3b2ef8b

Browse files
authored
Update README.md
1 parent 44c6f8f commit 3b2ef8b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
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.
66

7-
<img src="http://www.allaneagle.com/react-spaces/react-spaces-demo.gif" width="100%" />
7+
View full documentation [here](https://www.allaneagle.com/react-spaces/demo/).
8+
9+
<img src="https://www.allaneagle.com/react-spaces/react-spaces-demo.gif" width="100%" />
810

911
### Top level spaces
1012

@@ -38,7 +40,11 @@ A space which consumes any available area left in the parent container/space tak
3840

3941
**\<Centered /\>**
4042

41-
A space which consumes any available area left in the parent container/space taking into account any anchored spaces on every side.
43+
Centres the content of a space horizontally and vertically.
44+
45+
**\<VerticallyCentered /\>**
46+
47+
Centres the content of a space vertically.
4248

4349
## Getting started
4450

@@ -52,4 +58,4 @@ npm install react-spaces --save
5258
import * as Spaces from 'react-spaces';
5359
```
5460

55-
View full documentation [here](http://www.allaneagle.com/react-spaces/demo/).
61+
View full documentation [here](https://www.allaneagle.com/react-spaces/demo/).

0 commit comments

Comments
 (0)