Skip to content

Commit 1d451d7

Browse files
Parikshit-Hoodaapollonian
authored andcommitted
update readme to remove emphasis on true
<strong> tags removed to match with other values in the same column. This PR is a part of hactoberfest.
1 parent b86031a commit 1d451d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,21 @@ export default class App extends Component {
5656
<tr>
5757
<td>numInputs</td>
5858
<td>number</td>
59-
<td><strong>true</strong></td>
59+
<td>true</td>
6060
<td>4</td>
6161
<td>Number of OTP inputs to be rendered.</td>
6262
</tr>
6363
<tr>
6464
<td>onChange</td>
6565
<td>function</td>
66-
<td><strong>true</strong></td>
66+
<td>true</td>
6767
<td>console.log</td>
6868
<td>Returns OTP code typed in inputs.</td>
6969
</tr>
7070
<tr>
7171
<td>value</td>
7272
<td>string / number</td>
73-
<td><strong>true</strong></td>
73+
<td>true</td>
7474
<td>''</td>
7575
<td>The value of the otp passed into the component.</td>
7676
</tr>

0 commit comments

Comments
 (0)