Skip to content

Commit fc4070d

Browse files
committed
fixed README
1 parent 5bb891b commit fc4070d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ export class Example extends React.Component {
9898
onData={this.onData}
9999
strokeColor="#000000"
100100
backgroundColor="#FF4081" />
101-
<button onTouchTap={this.startRecording} type="button">Start</button>
102-
<button onTouchTap={this.stopRecording} type="button">Stop</button>
101+
<button onClick={this.startRecording} type="button">Start</button>
102+
<button onClick={this.stopRecording} type="button">Stop</button>
103103
</div>
104104
);
105105
}

0 commit comments

Comments
 (0)