From 457eaec76b0d904fb7d9f9588cec8827b47ae281 Mon Sep 17 00:00:00 2001 From: Ben Koshy Date: Sat, 8 Jul 2023 09:02:25 +1000 Subject: [PATCH] Docs - Update README.md - remove x2 repeated sentence (#535) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cce014824..6a8cad23b 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ See the [Detailed Gems Comparison](http://ddnexus.github.io/pagination-compariso ### Unlike the other gems - Pagy is very modular and does not load any unnecessary code (see [why...](https://ddnexus.github.io/pagy/quick-start#configure))_ -- is very modular and does not load any unnecessary code (see [why...](https://ddnexus.github.io/pagy/quick-start#configure))_ - It doesn't impose limits even with collections|scopes that already used `limit` and `offset` _(see [how...](https://ddnexus.github.io/pagy/docs/how-to/#paginate-pre-offset-and-pre-limited-collections))_ - doesn't impose limits even with collections|scopes that already used `limit` and `offset` _(see [how...](https://ddnexus.github.io/pagy/docs/how-to/#paginate-pre-offset-and-pre-limited-collections))_ - It works with fast helpers OR easy to edit templates _(see [more...](https://ddnexus.github.io/pagy/docs/how-to/#use-templates))_