Skip to content

Commit 841c35c

Browse files
committed
📚 docs: update README.md #2
1 parent d4d8b1e commit 841c35c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ ng:
6565
jars:
6666
# unify4J: Java 1.8 skeleton library offering a rich toolkit of utility functions
6767
# for collections, strings, date/time, JSON, maps, and more.
68-
- "./../libs/unify4j-v1.0.0.jar"
68+
- enabled: false # enable compression and attachment of the external libraries
69+
source: "./../libs/unify4j-v1.0.0.jar"
6970
# alpha4J: is a Java 8 library featuring common data structures and algorithms.
7071
# Enhance your projects with efficient and easy-to-use implementations designed for performance and clarity.
71-
- "./../libs/alpha4j-v1.0.0.jar"
72+
- enabled: true
73+
source: "./../libs/alpha4j-v1.0.0.jar"
7274
```
7375
7476
## Integration

0 commit comments

Comments
 (0)