From 57129d6832b21f3e55362bf9d3f88c84cd30123f Mon Sep 17 00:00:00 2001 From: jodeveloper8 Date: Sun, 18 Aug 2019 00:10:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 546ecaa..794f6c4 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ new Swiper( ..., pagination:new SwiperCustomPagination( builder:(BuildContext context, SwiperPluginConfig config){ - return new YourOwnPaginatipon(); + return new YourOwnPagination(); } ) );