Skip to content

Commit

Permalink
Fixed links...
Browse files Browse the repository at this point in the history
  • Loading branch information
Snille authored Feb 7, 2017
1 parent a55ed46 commit 73ecf47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Buttons have to be placed in `buttons` in the `config`. A button contains a prof
| Option | Description
| -------- | -----------
| `text` | A string to display in the button. <br><br> **Note:** if no value is set no text will be displayed. <br> **Possible values:** `string`
| `symbol` | A symbol to display in the button. <br><br> **Note:** if no value is set no symbol will be displayed. <br> **Possible values:** See [Font Awesome](http://fontawesome.io/icons/ and [Weather Icons]https://erikflowers.github.io/weather-icons/) websites
| `symbol` | A symbol to display in the button. <br><br> **Note:** if no value is set no symbol will be displayed. <br> **Possible values:** See [Font Awesome](http://fontawesome.io/icons) and [Weather Icons](https://erikflowers.github.io/weather-icons) websites
| `img` | An image to display in the button. <br><br> **Note:** it will only display if no symbol is set. <br> **Possible values:** A path to an image (an url or local path)
| `width` | The width of the image. <br><br> **Note:** will only have effect on the image. <br> **Possible values:** `number`
| `height` | The height of the image. <br><br> **Note:** will only have effect on the image. <br> **Possible values:** `number`
Expand Down Expand Up @@ -81,7 +81,7 @@ An example:
* If only heigh or width is set for an image the other size will scale to maintain it the image it's original aspect ratio.
* Module name is case sensitive.
* If both the `text` and `symbol` aren't set for a button then the button won't contain anything, but still show the border.
* The symbols are all form the [Font Awesome](http://fontawesome.io/icons/) and [Weather Icons]https://erikflowers.github.io/weather-icons/) websites.
* The symbols are all form the [Font Awesome](http://fontawesome.io/icons) and [Weather Icons](https://erikflowers.github.io/weather-icons) websites.
* The text may contain HTML tags and will be displayed as HTML.


Expand Down

0 comments on commit 73ecf47

Please sign in to comment.