From 12af5f22791ec6c51f016a3608f36da50a5e06f8 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 1 Nov 2022 06:57:51 +1100 Subject: [PATCH] docs: fix simple typo, easly -> easily There is a small typo in README.md. Should read `easily` rather than `easly`. Signed-off-by: Tim Gates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb96afd..09e9ec1 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Using link_tag callable to generate custom link markup ------------------------------------------------------ In case you want to generate custom link markup for your project - for example for use with bootstrap, -`pager()` accepts `link_tag` argument that expects a callable that can be used to easly override the way links are +`pager()` accepts `link_tag` argument that expects a callable that can be used to easily override the way links are generated.