Skip to content

Commit 4e3d49a

Browse files
committed
Update readme
1 parent 5859b9f commit 4e3d49a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ It's main features include:
3333

3434
* **Creation** from a wide variety of sources: multiple arrays, integers, streams, random, strings, files, ...
3535
* **Transformation** with many built-in: append, xor, and, or, shifts, shuffle, reverse, sort, ...
36-
* **Validators** with the ability to arbitrarily combine multiple ones
36+
* **Validators** with the ability to arbitrarily combine multiple ones with logical expressions
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`, ...
4040
* **Flexibility** provide your own Transformers, Validators and Encoders
4141

42-
It is written in Java 7 to keep backwards compatibility with *Android* and older *Java* applications.
42+
It is written in [Java 7](https://en.wikipedia.org/wiki/Java_version_history#Java_SE_7) to keep backwards compatibility with *Android* and older *Java* applications.
43+
It is lightweight as it does not require any additional dependencies.
4344

4445
## Quickstart
4546

0 commit comments

Comments
 (0)