Skip to content

Commit

Permalink
📝 Minor documentation adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Jun 6, 2021
1 parent dc141d3 commit 5613db7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ return [
'cache_lifetime' => env('IGDB_CACHE_LIFETIME', 3600),

/*
* Default webhook secret.
* The webhook secret.
*
* This needs to be a string of your choice in order to use the webhook
* functionality.
Expand Down Expand Up @@ -506,9 +506,9 @@ Run the tests with:
composer test
```

## TODO List
## Roadmap

- Write unit tests
- Clean up and restructure/optimize Docs

## Contribution

Expand Down
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'cache_lifetime' => env('IGDB_CACHE_LIFETIME', 3600),

/*
* Default webhook secret.
* The webhook secret.
*
* This needs to be a string of your choice in order to use the webhook
* functionality.
Expand Down

0 comments on commit 5613db7

Please sign in to comment.