Skip to content

Commit 7d0c420

Browse files
committed
📝 Fixes #4: Update readme
1 parent 09b7383 commit 7d0c420

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
@@ -48,14 +48,14 @@ export default class App extends Component {
4848
<tr>
4949
<td>numInputs</td>
5050
<td>number</td>
51-
<td>true</td>
51+
<td><strong>true</strong></td>
5252
<td>4</td>
5353
<td>Number of OTP inputs to be rendered.</td>
5454
</tr>
5555
<tr>
5656
<td>onChange</td>
5757
<td>function</td>
58-
<td>true</td>
58+
<td><strong>true</strong></td>
5959
<td>console.log</td>
6060
<td>Returns OTP code typed in inputs.</td>
6161
</tr>

0 commit comments

Comments
 (0)