diff --git a/README.md b/README.md index 71a6aec049111ca2da3ef67485c6790b50bfb3af..8a43942848b694d3881c0c4c1dfa148d51a5f72c 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,14 @@ For more details about filters, see the corresponding section below or consult the [BibTeX-Ruby](https://github.com/inukshuk/bibtex-ruby) documentation. +If you need to limit the number of entries in your bibliography, you can +use the `--max` option: + + {% bibliography --max 5 %} + +This would generate a bibliography containing only the first 5 entries +of your bibliography (after query filters and sort options have been applied). + ### Bibliography Template Your bibliography is always rendered as an ordered list. Additionally,