Skip to content

Commit 3d840f6

Browse files
committed
Updated and Code Cleanup
1 parent c933e88 commit 3d840f6

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
@@ -117,9 +117,9 @@ fun CountryCodePickerExample() {
117117

118118
<h3><- Functions -></h3>
119119

120-
<b>getFullPhoneNumber()</b> => Phone number with country code => return type <b>String</b>
121-
<b>getOnlyPhoneNumber()</b> => Phone number only => return type <b>String</b>
122-
<b>isPhoneNumber()</b> => Checks if the phone number is correct based on the country code => return type <b>Boolean</b>
120+
<b>getFullPhoneNumber()</b> => Phone number with country code => return type <b>String</b> </br>
121+
<b>getOnlyPhoneNumber()</b> => Phone number only => return type <b>String</b> /br>
122+
<b>isPhoneNumber()</b> => Checks if the phone number is correct based on the country code => return type <b>Boolean</b>/br>
123123

124124
<h3> How to add in your project </h3>
125125

0 commit comments

Comments
 (0)