Skip to content

Commit 527042b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ fun CountryCodePickerExample() {
118118
<h3><- Functions -></h3>
119119

120120
<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>
121+
<b>getOnlyPhoneNumber()</b> => Phone number only => return type <b>String</b> </br>
122122
<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>

0 commit comments

Comments
 (0)