Skip to content

Commit defdad5

Browse files
committed
readme update
1 parent 8637039 commit defdad5

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
@@ -15,7 +15,7 @@ uses Jackson
1515
* if you want to use anything else for handling JSON (like GSON or javax.json), then you are in a little trouble, since
1616
currently there is no schema validation library backed by these libraries. It means that you will have to parse the JSON
1717
twice: once for the schema validator, and once for your own processing. In a case like that, this library is probably still
18-
a better choice, since it seems to be [4x faster](https://github.com/erosb/json-schema-perftest) than the Jackson-based fge
18+
a better choice, since it seems to be [twice faster](https://github.com/erosb/json-schema-perftest) than the Jackson-based fge
1919
library.
2020

2121

0 commit comments

Comments
 (0)