diff --git a/README.md b/README.md index cb271a4..11a7a0d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ [](https://greenkeeper.io/) [](https://codecov.io/gh/sandstreamdev/react-swipeable-list)  -[](#contributors) +[](#contributors) ## React Swipeable List component @@ -59,8 +59,6 @@ import '@sandstreamdev/react-swipeable-list/dist/styles.css'; ``` -NOTE: `SwipeableListItem` can be used without `SwipeableList` but swipe blocking on scroll needs to be handled. - ## SwipeableList Props ### scrollStartThreshold diff --git a/examples/src/App.js b/examples/src/App.js index 9dcf204..baddf30 100644 --- a/examples/src/App.js +++ b/examples/src/App.js @@ -188,7 +188,6 @@ function App() { -