Skip to content

Commit 31dcba6

Browse files
Update README.md
1 parent d8d9633 commit 31dcba6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ An lightweight utility library for validate objects.
1010

1111
## Use example:
1212

13-
This example show how validate instances of the Person class.
13+
This example show how validate instances of the Person class:
1414

15-
```
15+
```java
1616
package com.example;
1717

1818
import com.infinityrefactoring.lightvalidator.Validator;
@@ -51,7 +51,7 @@ public class Person {
5151

5252
Running the validation:
5353

54-
```
54+
```java
5555
package com.example;
5656

5757
import java.util.Map;
@@ -90,4 +90,4 @@ public class Main {
9090

9191
**InfinityRefactoring/light-validator** is provided and distributed under the [Apache Software License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
9292

93-
Refer to *LICENSE* for more information.
93+
Refer to *LICENSE* for more information.

0 commit comments

Comments
 (0)