Skip to content

Commit 1573f99

Browse files
Update README.md
1 parent be0ec6c commit 1573f99

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
@@ -1,10 +1,10 @@
11
## JavaResolver for jQuery QueryBuilder
2-
This library helps you for execute that created validations via [jQuery QueryBuilder](http://querybuilder.js.org/).
2+
This library helps you for executing to created validations with [jQuery QueryBuilder](http://querybuilder.js.org/).
33

44
> Tested for only (jQuery QueryBuilder v2.4.3).
55
### Using
6-
You can execute to generated validations basically.
7-
Generated validation json should be convert to `Map` for using executions. `Gson` dependency is good for converting to `Map` from string.
6+
You can execute to generated validations as simply.
7+
Generated validation text/json should be convert to `Map` for using executions. `Gson` dependency is good choice for converting to `Map` from string.
88

99
```xml
1010
<dependency>

0 commit comments

Comments
 (0)