Skip to content

Commit

Permalink
Small README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Nov 19, 2023
1 parent e416988 commit c718d38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,10 @@ This library has built-in support for multiple popular formats:

There are preconfigured codecs and mixin classes. As for codecs, you are
offered to choose between convenience and efficiency. When you need to decode
or encode structured data more than once, then it's preferable to create
a decoder or encoder specifically for that structure. For one-time use with
default settings it may be convenient to use global functions that create
a disposable decoder or encoder under the hood.
or encode structured data more than once, it's preferable to create a decoder
or encoder specifically for that structure. For one-time use with default
settings it may be convenient to use global functions that create a disposable
decoder or encoder under the hood.

### Basic form

Expand Down

0 comments on commit c718d38

Please sign in to comment.