Skip to content

Commit 66d9f21

Browse files
authored
docs: update ReadMe.md
1 parent 9e308d4 commit 66d9f21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ReadMe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
```java
1919
Boolean tcValid = TCValidation.tcValidation(
20-
"12345678901",
21-
"firstName",
22-
"lastName",
23-
"2001");
20+
"12345678901", // Turkish ID Number
21+
"mehmet furkan", // First Name
22+
"kaya", // Last Name
23+
"2001"); // Year of Birth
2424

25-
System.out.println(tcValid);
25+
System.out.println(tcValid); // true-false
2626
```
2727

2828
### ✅Releases

0 commit comments

Comments
 (0)