Skip to content

Commit

Permalink
Update Config to match latest options (#103)
Browse files Browse the repository at this point in the history
* Update Config to match latest options

Adding `description` and `language` keys to the config file that were introduced as options in #92.

* Update README.md
  • Loading branch information
king724 authored and freekmurze committed Aug 29, 2019
1 parent 1e5e89f commit 289dc82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ return [
'url' => '',

'title' => 'My feed',
'description' => 'The description of the feed.',
'language' => 'en-US',

/*
* The view that will render the feed.
Expand Down
2 changes: 2 additions & 0 deletions config/feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
'url' => '',

'title' => 'My feed',
'description' => 'The description of the feed.',
'language' => 'en-US',

/*
* The view that will render the feed.
Expand Down

0 comments on commit 289dc82

Please sign in to comment.