diff --git a/README.md b/README.md index 43dc1d6..50fcf12 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,6 @@ class Example extends StatelessWidget { | cardBuilder | - | Widget builder for rendering cards | true | | cardsCount | - | Number of cards | true | | controller | - | Controller to trigger swipe actions | false | -| direction | right | Direction in which the card is swiped away when triggered from the controller | false | | duration | 200 milliseconds | The duration that every animation should last | false | | initialIndex | 0 | Index of the first card when the swiper is initialized | false | | isDisabled | false | Set to `true` if swiping should be disabled, has no impact when triggered from the outside | false |