Skip to content

Commit d4bc6ea

Browse files
committed
docs(README.md): fix import path [ci skip]
1 parent fd3aa5b commit d4bc6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ A negative number will reverse the view order;
8484
spacing. You can also use the `rtl` property for this, especially if you want
8585
the views to inherit `direction: rtl` for their own content layout.
8686

87-
##### `rtl: boolean` (default: false)
87+
##### `rtl: boolean` (default: `false`)
8888

8989
Whether to use right-to-left layout. This will reverse the view order and apply
9090
`direction: rtl` to the viewport style, and each view will inherit that layout
@@ -153,7 +153,7 @@ This is a wrapper for `ViewSlider` that takes a single child element. It renders
153153
### Example
154154

155155
```js
156-
import SimpleViewSlider from 'react-view-slider/lib/simple'
156+
import SimpleViewSlider from 'react-view-slider/simple'
157157

158158
ReactDOM.render(
159159
<SimpleViewSlider>

0 commit comments

Comments
 (0)