Skip to content

Commit b0ab306

Browse files
authored
docs: improve readme and fix screenshot (#738)
1 parent f811bd1 commit b0ab306

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

assets/fubade-widget.png

-88.4 KB
Binary file not shown.

assets/screenshot-1.png

90.5 KB
Loading

readme.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,19 @@ All three variants are supported. For the "old" widgets from [fussball.de](https
3939

4040
= Where can I get the website key (old version) =
4141

42-
You can get the required key from fussball.de in your widgets (<https://www.fussball.de/account.admin.widgets>). In the overview
43-
of your widget you will find the item `Website key`. This is the required character string.
42+
You can get the required key from fussball.de in your widgets (<https://www.fussball.de/account.admin.widgets>). In the overview of your widget you will find the item `Website key`. This is the required character string.
4443

4544
= Where do I get the necessary information (new variant) =
4645

47-
You can obtain the required data from next.fussball.de in your widgets (<https://next.fussball.de/widgets>). There you click on
48-
the button "to widget". Then click on "Show code" in the left column. The lower code block contains the necessary information. For
49-
example like this:
46+
You can obtain the required data from next.fussball.de in your widgets (<https://next.fussball.de/widgets>). There you click on the button "to widget". Then click on "Show code" in the left column. The lower code block contains the necessary information. For example like this:
5047

51-
```html
52-
<div class="soccer_widget" data-id="299e1496-abcd-abcd-1234-8880c7270477" data-type="table" />
53-
```
48+
`
49+
<div
50+
class="soccer_widget"
51+
data-id="299e1496-abcd-abcd-1234-8880c7270477"
52+
data-type="table"
53+
/>
54+
`
5455

5556
= How should I write the shortcode (old variant) =
5657

@@ -115,7 +116,7 @@ The latest state of development is available at any time in my [GitHub repositor
115116

116117
== Screenshots ==
117118

118-
1. fubade-widget.png
119+
1. screenshot-1.png
119120

120121
== Changelog ==
121122

0 commit comments

Comments
 (0)