diff --git a/README.md b/README.md index 2a00e0a..dd01094 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ struct PagerView: View { } } } - .pagerTabStripViewStyle(PagerTabViewStyle(tabItemSpacing: 0, tabItemHeight: 50, indicatorBarHeight: 2, indicatorBarColor: .gray)) + .pagerTabStripViewStyle(PagerTabViewStyle(tabItemSpacing: 0, tabItemHeight: 50, indicatorBarHeight: 2, indicatorBarColor: .gray)) } } ```