Skip to content

Commit b94f15c

Browse files
committed
Update readme
1 parent 32b99d0 commit b94f15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Demo (storybook): https://mastermindzh.github.io/react-cookie-consent/
2828
- [Changing the button font-weight to bold](#changing-the-button-font-weight-to-bold)
2929
- [Using predefined CSS classes](#using-predefined-css-classes)
3030
- [Accept on scroll](#accept-on-scroll)
31-
- [Flipping the buttons](#flipping-the-buttons)
31+
- [Reordering the buttons](#reordering-the-buttons)
3232
- [Extra cookie options](#extra-cookie-options)
3333
- [Rainbows!](#rainbows)
3434
- [Overlay](#overlay)
@@ -280,7 +280,7 @@ If you enable the manage Button button you can pass along the "buttonOrders" pro
280280

281281
```js
282282
<CookieConsent enableManageButton buttonOrder={["manageButton", "declineButton", "acceptButton"]}>
283-
Flipped buttons
283+
reordered buttons
284284
</CookieConsent>
285285
```
286286

0 commit comments

Comments
 (0)