Skip to content

Commit 66fa311

Browse files
committed
updated examples
1 parent 8a888db commit 66fa311

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,20 @@ Style the element using standard `css`. You can apply borders, padding, width, h
3535

3636
- [Basic Example](example1.html)
3737
```html
38-
<rapi-doc spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"> </rapi-doc>
38+
<rapi-doc
39+
spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
40+
> </rapi-doc>
3941
```
4042

41-
[Dark Theme](example2.html)
43+
- [Dark Theme](example2.html)
4244
```html
4345
<rapi-doc
4446
spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
4547
theme="dark"
4648
> </rapi-doc>
4749
```
4850

49-
[Change Header Color with Dark Theme](example3.html)
51+
- [Change Header Color with Dark Theme](example3.html)
5052
```html
5153
<rapi-doc
5254
spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
@@ -55,7 +57,7 @@ Style the element using standard `css`. You can apply borders, padding, width, h
5557
> </rapi-doc>
5658
```
5759

58-
[Compact Mode (Request/Response one below the other)](example4.html)
60+
- [Compact Mode (Request/Response one below the other)](example4.html)
5961
```html
6062
<rapi-doc
6163
spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
@@ -65,5 +67,5 @@ Style the element using standard `css`. You can apply borders, padding, width, h
6567
> </rapi-doc>
6668
```
6769

68-
[Change Attributes using JavaScript](example5.html)
70+
- [Change Attributes using JavaScript](example5.html)
6971

0 commit comments

Comments
 (0)