Skip to content

Commit 5613db7

Browse files
committed
📝 Minor documentation adjustments
1 parent dc141d3 commit 5613db7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ return [
4545
'cache_lifetime' => env('IGDB_CACHE_LIFETIME', 3600),
4646

4747
/*
48-
* Default webhook secret.
48+
* The webhook secret.
4949
*
5050
* This needs to be a string of your choice in order to use the webhook
5151
* functionality.
@@ -506,9 +506,9 @@ Run the tests with:
506506
composer test
507507
```
508508

509-
## TODO List
509+
## Roadmap
510510

511-
- Write unit tests
511+
- Clean up and restructure/optimize Docs
512512

513513
## Contribution
514514

config/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'cache_lifetime' => env('IGDB_CACHE_LIFETIME', 3600),
1919

2020
/*
21-
* Default webhook secret.
21+
* The webhook secret.
2222
*
2323
* This needs to be a string of your choice in order to use the webhook
2424
* functionality.

0 commit comments

Comments
 (0)