We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c53aab commit 6c536e2Copy full SHA for 6c536e2
README.md
@@ -1,8 +1,8 @@
1
Codecs
2
======
3
4
-A collection of codecs for encoding and decoding data. Encoders encode, decoders decode; codecs do both. Codecs inherit
5
-from the `Codec` interface.
+A collection of codecs for encoding and decoding data. Encoders encode, decoders decode; codecs do both and implement
+the `Codec` interface.
6
7
Codecs and encoders list
8
------------------------
0 commit comments