Skip to content

Commit

Permalink
Add rest marks
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Aug 31, 2023
1 parent bf223e1 commit 5ec5e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ An example can be found from [Reading and Writing Event Streams](http://www.cowt

## Processing limits

Starting with [Jackson 2.15](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15) Jackson has configurable limits for some aspects of input decoding and output generation.
Starting with [Jackson 2.15](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15), Jackson has configurable limits for some aspects of input decoding and output generation.

Implemented limits are:

Expand Down Expand Up @@ -144,7 +144,7 @@ JsonFactory f = JsonFactory.builder()

## Error Report Configuration

Starting with [Jackson 2.16](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.16) Jackson offers configurable
Starting with [Jackson 2.16](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.16), Jackson offers configurable
behavior around error-reporting.

Currently supported configuration options are:
Expand Down

0 comments on commit 5ec5e0f

Please sign in to comment.