From 1cea156833b4d075fc940c967494ab0afee83f8a Mon Sep 17 00:00:00 2001 From: Patrick Roberts Date: Sun, 8 Jan 2017 23:45:42 -0800 Subject: [PATCH] Doc fixup --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index af42bf7..9773278 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ bulletStyle | style | null | style for each bullet bulletsContainerStyle | style | null | style for the bullets container chosenBulletStyle | stlye | null | style for the selected bullet | -bullets | bool | false | wether to show "bullets" at the bottom of the carousel -bulletStyle | style | null | style for each bullet -bulletsContainerStyle | style | null | style for the bullets container -leftArrowText | string | 'Left' | label for left arrow -rightArrowText | string | 'Right' | label for right arrow +arrows | bool | false | wether to show navigation arrows for the carousel +arrowsStyle | style | null | style for navigation arrows +arrowsContainerStyle | style | null | style for the navigation arrows container +leftArrowText | string | 'Left' | label for left navigation arrow +rightArrowText | string | 'Right' | label for right navigation arrow ## Usage ```js