Skip to content

Commit ce7c925

Browse files
authored
Fix typo in README for Jackson package reference
1 parent 8aee72c commit ce7c925

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
@@ -25,7 +25,7 @@ Naming of classes uses word 'JSON' in many places even though there is no actual
2525

2626
## Maven
2727

28-
Functionality of this package is contained in Java package `tools.jackson.databind` (for Jackcson 3.x), and can be used using following Maven dependency:
28+
Functionality of this package is contained in Java package `tools.jackson.databind` (for Jackson 3.x), and can be used using following Maven dependency:
2929

3030
```xml
3131
<properties>

0 commit comments

Comments
 (0)