Skip to content

Commit e55a52b

Browse files
committed
Fixed error in README.md. Added donation link to README.md
1 parent 18a5b31 commit e55a52b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ For more info about a commercial license, [visit their official website](https:/
3232
* [Pollen stations](#-pollen-stations)
3333
* [Frequently Asked Questions (FAQ)](#-frequently-asked-questions-faq)
3434
* [What is this `Tightenco\Collect\Support\Collection` class and how does it work?](#what-is-this-tightencocollectsupportcollection-class-and-how-does-it-work)
35+
* [Donating to Astma-Allergi Denmark](#-donating-to-astma-allergi-denmark)
3536
* [License](#-license)
3637

3738
## 📦 Installation
@@ -88,7 +89,7 @@ get(string $stationCode);
8889
```
8990

9091
| Parameter | Type | Description |
91-
| :--- | :--- | :---: | :--- |
92+
| :--- | :--- | :--- |
9293
| `$stationCode` | `string` | Code of station. [Supported pollen stations.](#-pollen-stations) |
9394

9495
_**Note**: The returned data shows the measured pollen between 13:00 (1:00 PM) yesterday and 13:00 (1:00 PM) present day. The measurements are updated everyday at 16:00 (4:00 PM)._
@@ -111,6 +112,11 @@ All data is returned within a `Tightenco\Collect\Support\Collection` class. The
111112
Please refer to [Laravel](https://laravel.com)'s detailed documentation, to learn more about how you work with a `Collection`:<br>
112113
[https://laravel.com/docs/master/collections](https://laravel.com/docs/master/collections)
113114

115+
## 💰 Donating to Astma-Allergi Denmark
116+
117+
To help Astma-Allergi Denmark maintain and further develop the Pollen measurement service.<br>
118+
Please consider [sending them a donation](https://www.astma-allergi.dk/stoetos).
119+
114120
## 🚓 License
115121
This package is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 (CC BY-NC-ND 4.0)](https://creativecommons.org/licenses/by-nc-nd/4.0/).
116122

0 commit comments

Comments
 (0)