Skip to content

Commit

Permalink
Fixing typos on README.md
Browse files Browse the repository at this point in the history
Fixing a couple typos on the README
  • Loading branch information
haydenth committed Dec 18, 2015
1 parent 4e5af32 commit 69de22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,10 +13,10 @@ npm install react-native-scrollable-decorator

## Usage

Decorate your scrollable React components with `@scrollbale` and implement `getScrollResponder()`, which must return the underlying scrollable component's scroll responder.
Decorate your scrollable React components with `@scrollable` and implement `getScrollResponder()`, which must return the underlying scrollable component's scroll responder.

```js
let scrollable = require('react-native-scrollable');
let scrollable = require('react-native-scrollable-decorator');

@scrollable
class InfiniteScrollView extends React.Component {
Expand Down

0 comments on commit 69de22b

Please sign in to comment.