Skip to content

Commit 6c536e2

Browse files
committed
Update README.md
1 parent 7c53aab commit 6c536e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Codecs
22
======
33

4-
A collection of codecs for encoding and decoding data. Encoders encode, decoders decode; codecs do both. Codecs inherit
5-
from the `Codec` interface.
4+
A collection of codecs for encoding and decoding data. Encoders encode, decoders decode; codecs do both and implement
5+
the `Codec` interface.
66

77
Codecs and encoders list
88
------------------------

0 commit comments

Comments
 (0)