Skip to content

Commit

Permalink
Merge pull request #18 from kdambekalns/patch-1
Browse files Browse the repository at this point in the history
BUGFIX: Add missing curly brace to RSS feed example
  • Loading branch information
kdambekalns committed May 4, 2016
2 parents fadcdbc + 1c146a2 commit 49d617e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ xml = RobertLemke.Plugin.Blog:Feed {
feedDescription = 'A great, new - yet unconfigured - blog powered by Neos'
feedUri = ''
includeContent = ${false}
}
```

Now when you visit the "feed node" and use xml instead of html in the URL, you should see an XML feed os the
Expand Down

0 comments on commit 49d617e

Please sign in to comment.