We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc141d3 commit 5613db7Copy full SHA for 5613db7
README.md
@@ -45,7 +45,7 @@ return [
45
'cache_lifetime' => env('IGDB_CACHE_LIFETIME', 3600),
46
47
/*
48
- * Default webhook secret.
+ * The webhook secret.
49
*
50
* This needs to be a string of your choice in order to use the webhook
51
* functionality.
@@ -506,9 +506,9 @@ Run the tests with:
506
composer test
507
```
508
509
-## TODO List
+## Roadmap
510
511
-- Write unit tests
+- Clean up and restructure/optimize Docs
512
513
## Contribution
514
config/config.php
@@ -18,7 +18,7 @@
18
19
20
21
22
23
24
0 commit comments