Skip to content

Commit

Permalink
chore: Update java-pr-check.yml and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 11, 2024
1 parent 22aa323 commit 66d571c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
Empty file.
4 changes: 3 additions & 1 deletion .idea/sonarlint/issuestore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
4 changes: 3 additions & 1 deletion .idea/sonarlint/securityhotspotstore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ public class Main {
### CpfValidator

```java
import io.github.multiform_validator.CpfValidator;
// You can also import the method as static or use the full path

import static io.github.multiform_validator.CpfValidator.cpfIsValid;

public class Main {
public static void main(String[] args) {
Expand Down

0 comments on commit 66d571c

Please sign in to comment.