Skip to content

Commit 6f01a11

Browse files
committed
Merge pull request #23 from theon/patch-2
Fix broken link in README - issue #22
2 parents fa11924 + 8d246b8 commit 6f01a11

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
@@ -8,7 +8,7 @@ currently in jackson databind (pre 2.1), in order to allow for the generation of
88
Version 2.1 of this module is the first functioning version; but significant changes are possible for 2.2.
99
This module is very new, and 2.2 is expected to be the first fully stable release.
1010

11-
## Example Usage (from [TestGenerateJsonSchema](https://github.com/FasterXML/jackson-module-jsonSchema/blob/master/src/test/java/com/fasterxml/jackson/databind/jsonSchema/TestGenerateJsonSchema.java#L114))
11+
## Example Usage (from [TestGenerateJsonSchema](https://github.com/FasterXML/jackson-module-jsonSchema/blob/master/src/test/java/com/fasterxml/jackson/module/jsonSchema/TestGenerateJsonSchema.java#L136))
1212

1313
simply add a dependency (this is from my gradle config)
1414
`"com.fasterxml.jackson.datatype:jackson-datatype-jsonSchema:2.1.0"`

0 commit comments

Comments
 (0)