Skip to content

Commit c30c954

Browse files
authored
Update index.md (#188)
1 parent f6316fd commit c30c954

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Example buttons are shown with `https://` URLs. While they're hosted on GitHub P
7272
You **must** declare a value for each of the following URL parameters:
7373

7474
| Option | Description |
75-
| ------ | :---------- |
75+
| ------ | ----------- |
7676
| `user` | GitHub username that owns the repo/Username to sponsor |
7777
| `repo` | GitHub repository to pull the forks and watchers counts |
7878
| `type` | Type of button to show: `watch`, `fork`, `sponsor`, or `follow` |
@@ -82,7 +82,7 @@ You **must** declare a value for each of the following URL parameters:
8282
The following URL parameters are **not** required. Add them as you wish.
8383

8484
| Option | Description |
85-
| ------ | :---------- |
85+
| ------ | ----------- |
8686
| `count` | Show the optional watchers or forks count: *none* by default or `true` |
8787
| `size` | Optional flag for using a larger button: *none* by default or `large` |
8888

@@ -116,12 +116,12 @@ For these first versions, functionality is limited and some concessions made:
116116
* CSS and JavaScript are all included in the same HTML file to reduce complexity.
117117
* We include the `frameborder` and `scrolling` attributes by default since we cannot know your setup, but you can optionally remove them and set them yourself via CSS:
118118

119-
{% highlight css %}
120-
iframe {
121-
overflow: hidden;
122-
border: 0;
123-
}
124-
{% endhighlight %}
119+
{% highlight css %}
120+
iframe {
121+
overflow: hidden;
122+
border: 0;
123+
}
124+
{% endhighlight %}
125125

126126
More refinement and functionality is planned with open-sourcing—any help is always appreciated!
127127

@@ -140,4 +140,4 @@ The unofficial GitHub buttons are available on GitHub for downloading, forking,
140140

141141
---
142142

143-
<3
143+
❤️

0 commit comments

Comments
 (0)