diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2013-06-21 12:02:14 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2013-06-21 12:02:14 +0300 |
commit | a7cd82375d1d46a61463b4929398234bebe4a351 (patch) | |
tree | 574362cd82c38d9d1d855c17259cb48f980d8970 | |
parent | f8c41499c71db96674652177544a07de71704619 (diff) | |
download | refinerycms-blog-a7cd82375d1d46a61463b4929398234bebe4a351.tar.gz refinerycms-blog-a7cd82375d1d46a61463b4929398234bebe4a351.tar.bz2 refinerycms-blog-a7cd82375d1d46a61463b4929398234bebe4a351.zip |
Move down "Additional Features" section in readme.
-rw-r--r-- | readme.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,11 +9,6 @@ Options: * Comment moderation * [ShareThis.com](http://sharethis.com) support on posts. To enable, set your key in Refinery's settings area. -## Additional Features -* To limit rss feed length, use the 'max_results' parameter - - http://test.host/blog/feed.rss?max_results=10 - ## Requirements Refinery CMS version 2.0.1 or above. @@ -58,6 +53,11 @@ Or just with rake spec $ bundle exec rake spec +## Additional Features +* To limit rss feed length, use the 'max_results' parameter + + http://test.host/blog/feed.rss?max_results=10 + ## More Information * Check out our [Website](http://refinerycms.com/) * Documentation is available in the [guides](http://refinerycms.com/guides) |