Skip to content

Commit 5859b9f

Browse files
committed
Update readme
1 parent 88c9f98 commit 5859b9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ It's main features include:
3737
* **Parsing and Encoding** in most common binary-to-text-encodings: [hex](https://en.wikipedia.org/wiki/Hexadecimal), [base64](https://en.wikipedia.org/wiki/Base64), ...
3838
* **Immutable, Mutable and Read-Only** versions
3939
* **Utility Features** like `indexOf`, `count`, `isEmpty`, `bitAt`, ...
40+
* **Flexibility** provide your own Transformers, Validators and Encoders
4041

4142
It is written in Java 7 to keep backwards compatibility with *Android* and older *Java* applications.
4243

@@ -145,7 +146,7 @@ For parsing binary-text-encoded strings, see below.
145146

146147
### Transformers
147148

148-
Transformer transform the internal byte array. It is possible to create
149+
Transformers transform the internal byte array. It is possible to create
149150
custom transformers if a specific feature is not provided by the default
150151
implementation (see `BytesTransformer`). Depending on the type (mutable vs
151152
immutable) and transformer it will overwrite the internal byte array

0 commit comments

Comments
 (0)