Skip to content

Commit dfff5dc

Browse files
committed
Update README
1 parent fc95c61 commit dfff5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class App extends React.Component {
5757

5858
By default, a `<PointTarget>` renders a `<button>`. Use the [children](https://facebook.github.io/react/tips/children-props-type.html) prop to make it render something else.
5959

60-
*Note:* The `onClick`, `onTouchStart`, `onTouchMove`, `onTouchEnd`, and `onTouchCancel` props will be overwritten because `<PointTarget>` needs them to do its thing).
61-
6260
For example, to render a `<div>`:
6361

6462
```js
@@ -80,4 +78,6 @@ class App extends React.Component {
8078
}
8179
```
8280

81+
*Note:* The `onClick`, `onTouchStart`, `onTouchMove`, `onTouchEnd`, and `onTouchCancel` props will be overwritten because `<PointTarget>` needs them to do its thing).
82+
8383
That's it :) Enjoy!

0 commit comments

Comments
 (0)