2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 00:07:12 -07:00

Minor readme tweak

This commit is contained in:
Geert Bevin 2023-05-12 16:53:45 -04:00
parent 9ea1739249
commit 978e50e827

View file

@ -72,8 +72,8 @@ public class MyappBuild extends Project {
> **NOTE:** `bld` supports different ways to describe dependencies,
> `dependency("com.uwyn.rife2", "rife2", version(1,6,3))` can for instance also
> be written as `dependency("com.uwyn.rife2:rife2:1.6.3")`. Which format you use,
> `dependency("com.uwyn.rife2", "rife2", version(1,7,0))` can for instance also
> be written as `dependency("com.uwyn.rife2:rife2:1.7.0")`. Which format you use,
> is a matter of personal taste.
# Where does `bld` fit?