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:
parent
9ea1739249
commit
978e50e827
1 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue