Skip to content

Commit 2b17b0e

Browse files
authored
add 'support us' section
1 parent e8ca5d2 commit 2b17b0e

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ The rendered output adheres to [the ARIA specification](http://heydonworks.com/p
3838

3939
You can see a demo here: http://vue-tabs-component.spatie.be
4040

41-
## Postcardware
42-
43-
You're free to use this package (it's [MIT-licensed](LICENSE.md)), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
44-
45-
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
46-
47-
All postcards are published [on our website](https://spatie.be/opensource/postcards).
48-
4941
## Installation
5042

5143
You can install the package via yarn:
@@ -117,7 +109,7 @@ You can change the cache life time by passing the lifetime in minutes in the `ca
117109
</tabs>
118110
```
119111

120-
### Disable modifiy the url fragment
112+
### Disable modifying the url fragment
121113

122114
When using with other libraries that use the url fragment, you can disable modifying the url fragment by passing the `useUrlFragment` options. This helps using it with vue-router, or using vue-tabs-component twice in the same page.
123115

@@ -179,7 +171,7 @@ The output HTML has namespaced classes to target all nodes directly.
179171
</div>
180172
```
181173

182-
## Change log
174+
## Changelog
183175

184176
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
185177

@@ -197,6 +189,14 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
197189

198190
If you discover any security related issues, please contact [Freek Van der Herten](https://github.com/freekmurze) instead of using the issue tracker.
199191

192+
## Postcardware
193+
194+
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
195+
196+
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
197+
198+
We publish all received postcards [on our company website](https://spatie.be/en/opensource/postcards).
199+
200200
## Credits
201201

202202
- [Freek Van der Herten](https://github.com/freekmurze)
@@ -206,9 +206,13 @@ If you discover any security related issues, please contact [Freek Van der Herte
206206

207207
This package is based on the solution presented by [Jeffrey Way](https://twitter.com/jeffrey_way) in the [practical example #3](https://laracasts.com/series/learn-vue-2-step-by-step/episodes/11) video in the [Vue series](https://vuecasts.com) on [Laracasts](https://laracasts.com)
208208

209-
## About Spatie
209+
## Support us
210+
210211
Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource).
211212

213+
Does your business depend on our contributions? Reach out and support us on [Patreon](https://www.patreon.com/spatie).
214+
All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.
215+
212216
## License
213217

214218
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 commit comments

Comments
 (0)