Skip to content

Commit 94a8e1d

Browse files
committed
Update README.md
1 parent c732e83 commit 94a8e1d

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@
1010
<a href="https://packagist.org/packages/wnx/laravel-stats">
1111
<img src="https://poser.pugx.org/wnx/laravel-stats/downloads" alt="">
1212
</a>
13-
<a href="https://plant.treeware.earth/stefanzweifel/laravel-stats">
14-
<img src="https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen" alt="Buy us a tree">
15-
</a>
1613
</p>
1714

1815
<p align="center">
19-
Get insights about your Laravel or Lumen Project.
16+
Get insights about your Laravel Project.
2017
</p>
2118

2219
![Screenshot](https://raw.githubusercontent.com/stefanzweifel/laravel-stats/master/screenshot.png)
@@ -31,12 +28,6 @@ composer require "wnx/laravel-stats" --dev
3128

3229
The package will automatically register itself.
3330

34-
If you're using Lumen you have to manually register the Service Provider in your `bootstrap/app.php` file:
35-
36-
```php
37-
$app->register(\Wnx\LaravelStats\StatsServiceProvider::class);
38-
```
39-
4031
Optionally, you can publish the config file in your Laravel applications with the following command:
4132

4233
```shell
@@ -158,17 +149,6 @@ class RepositoryClassifier implements Classifier
158149
...
159150
```
160151

161-
## Treeware
162-
163-
You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.
164-
165-
It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to <a href="https://www.bbc.co.uk/news/science-environment-48870920">plant trees</a>. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
166-
167-
You can buy trees here [offset.earth/treeware](https://plant.treeware.earth/stefanzweifel/laravel-stats)
168-
169-
Read more about Treeware at [treeware.earth](http://treeware.earth)
170-
171-
172152
## Running the tests
173153

174154
The package has tests written in phpunit. You can run them with the following command.

0 commit comments

Comments
 (0)