Skip to content

Commit df5af6f

Browse files
committed
Changed example headings
1 parent 72271ea commit df5af6f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,14 @@ $ hyperlayout start
7878
![Demo 2](https://cdn.rawgit.com/timolins/hyperlayout/master/assets/demo2.svg)
7979

8080
# Examples
81-
![Example 1](https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example1.svg) **Tabs**
81+
#### Tabs
82+
![Example 1](https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example1.svg)
8283
```json
8384
["1", "2"]
8485
```
8586
---
86-
![Example 2](https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example2.svg) **Horizontal Panes**
87+
#### Horizontal Panes
88+
![Example 2](https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example2.svg)
8789
```json
8890
[["1", "2"]]
8991
```
@@ -95,7 +97,8 @@ or
9597
}
9698
```
9799
---
98-
![Example 3](https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example3.svg) **Vertical Panes**
100+
#### Vertical Panes
101+
![Example 3](https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example3.svg)
99102
```json
100103
[[["1", "2"]]]
101104
```

0 commit comments

Comments
 (0)