From 5862b3f6adfe4f50a722b19d68eb9d0bf78b9ef1 Mon Sep 17 00:00:00 2001 From: Domizio Demichelis Date: Fri, 14 Sep 2018 11:50:16 +0700 Subject: [PATCH] updated README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20a99b17b..d3f6c9aa1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ _The [IPS/Kb ratio](http://ddnexus.github.io/pagination-comparison/gems.html#eff ### Straightforward Code -- Pagy is just ~100 lines of simple ruby, organized in 3 flat modules very easy to understand and use _(see [more...](https://ddnexus.github.io/pagy/api))_ +- Pagy has a very slim core code of just ~100 line of simple ruby, organized in 3 flat modules very easy to understand and use _(see [more...](https://ddnexus.github.io/pagy/api))_ +- Pagy has a quite fat set of optional extras that you can explicitly require for very efficient and modular customization _(see [extras](https://ddnexus.github.io/extras.md))_ - No dependencies: it produces its own HTML, URLs, pluralization and interpolation with its own specialized and fast code _(see [why...](https://ddnexus.github.io/pagy/index#specialized-code-instead-of-generic-helpers))_ - 100% of its methods are public API, accessible and overridable **right where you use them** (no need of monkey-patching) - 100% test coverage for core code and extras