Skip to content

Commit

Permalink
docs(README.md): fix import path [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Apr 17, 2019
1 parent fd3aa5b commit d4bc6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ A negative number will reverse the view order;
spacing. You can also use the `rtl` property for this, especially if you want
the views to inherit `direction: rtl` for their own content layout.

##### `rtl: boolean` (default: false)
##### `rtl: boolean` (default: `false`)

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

```js
import SimpleViewSlider from 'react-view-slider/lib/simple'
import SimpleViewSlider from 'react-view-slider/simple'

ReactDOM.render(
<SimpleViewSlider>
Expand Down

0 comments on commit d4bc6ea

Please sign in to comment.