Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes #55 Fixes #38
  • Loading branch information
rafaelmb authored and gilbarbara committed Nov 5, 2019
1 parent cd35ec6 commit 5abb9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class PaymentForm extends React.Component {
<Cards
cvc={this.state.cvc}
expiry={this.state.expiry}
focus={this.state.focus}
focused={this.state.focus}
name={this.state.name}
number={this.state.number}
/>
Expand Down

0 comments on commit 5abb9f1

Please sign in to comment.