Skip to content

Commit 0b508ff

Browse files
committed
docs(README): Update section titles for clarity
- Change 'Related Links' to 'Related repositories' for accuracy - Modify usage section titles to enhance readability - Specify file locations clearly in the body for user guidance
1 parent ce2264f commit 0b508ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![Total Downloads](https://poser.pugx.org/guanguans/laravel-exception-notify/downloads)](https://packagist.org/packages/guanguans/laravel-exception-notify)
1313
[![License](https://poser.pugx.org/guanguans/laravel-exception-notify/license)](https://packagist.org/packages/guanguans/laravel-exception-notify)
1414

15-
## Related Links
15+
## Related repositories
1616

1717
* [https://github.com/guanguans/notify](https://github.com/guanguans/notify)
1818
* [https://github.com/guanguans/yii-log-target](https://github.com/guanguans/yii-log-target)
@@ -53,7 +53,7 @@ EXCEPTION_NOTIFY_WEWORK_TOKEN=73a3d5a3-ceff-4da8-bcf3-ff5891778
5353

5454
## Usage
5555

56-
### Testing for exception notify
56+
### Test whether exception can be monitored and reported to notification channel
5757

5858
```shell
5959
php artisan exception-notify:test --channel=dump --job-connection=sync
@@ -76,7 +76,7 @@ php artisan exception-notify:test -v
7676

7777
### Skip report
7878

79-
Modify the `boot` method in the `app/Providers/AppServiceProvider.php` file
79+
`app/Providers/AppServiceProvider.php`
8080

8181
```php
8282
<?php
@@ -98,7 +98,7 @@ public function boot(): void
9898

9999
### Extend channel
100100

101-
Modify the `boot` method in the `app/Providers/AppServiceProvider.php` file
101+
`app/Providers/AppServiceProvider.php`
102102

103103
```php
104104
<?php

src/Commands/TestCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TestCommand extends Command
4040
SIGNATURE;
4141

4242
/** @noinspection ClassOverridesFieldOfSuperClassInspection */
43-
protected $description = 'Testing';
43+
protected $description = 'Test whether exception can be monitored and reported to notification channel';
4444

4545
/**
4646
* @throws \ReflectionException

0 commit comments

Comments
 (0)