Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit b9ee156

Browse files
committed
README cleanup
1 parent e154ea9 commit b9ee156

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ composer require smoopins/laravel-stackdriver
2020
And publish the config file
2121

2222
``` bash
23-
php artisan vendor:publish --provider="GlueDev\Laravel\Stackdriver\StackdriverServiceProvider"
23+
php artisan vendor:publish --provider="Smoopins\Laravel\Stackdriver\StackdriverServiceProvider"
2424
```
2525

2626
## Usage
@@ -58,7 +58,7 @@ Other than changing the values in the config file, logging needs no additional s
5858
Error reporting requires you to add the following to the `report` function in your `Exceptions/handler.php`
5959

6060
``` php
61-
use GlueDev\Laravel\Stackdriver\StackdriverExceptionHandler;
61+
use Smoopins\Laravel\Stackdriver\StackdriverExceptionHandler;
6262

6363
/**
6464
* Report or log an exception.
@@ -109,11 +109,3 @@ Please see the [changelog](CHANGELOG.md) for more information on what has change
109109
## License
110110

111111
Please see the [license file](LICENSE.md) for more information.
112-
113-
[ico-version]: https://img.shields.io/packagist/v/gluedev/laravel-stackdriver.svg?style=flat-square
114-
[ico-downloads]: https://img.shields.io/packagist/dt/gluedev/laravel-stackdriver.svg?style=flat-square
115-
116-
[link-packagist]: https://packagist.org/packages/gluedev/laravel-stackdriver
117-
[link-downloads]: https://packagist.org/packages/gluedev/laravel-stackdriver
118-
[link-author]: https://github.com/diederikvandenb
119-
[link-contributors]: ../../graphs/contributors

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "laravel-stackdriver",
3-
"version": "0.4.0",
43
"repository": "[email protected]:smoopins/laravel-stackdriver.git",
54
"devDependencies": {
65
"standard-version": "^7.0.0"

0 commit comments

Comments
 (0)