Skip to content

Commit c549dcf

Browse files
Update README.md
useful info about branches flow
1 parent 54a37b6 commit c549dcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
`master` branch shows the last relevant release. If you want to see the newest changes, check out `develop` branch.
2+
13
# Java Useful Utils
24
Just some useful classes for everyday coding that might make your code shorter and cleaner
35

@@ -312,4 +314,4 @@ return biggest.getValue();
312314
Also lib has implementations for each primitive type.
313315
`MutableInt`, `MutableDouble`, `MutableShort`,
314316
`MutableLong`, `MutableFloat`, `MutableChar`,
315-
`MutableByte`, `MutableBoolean`.
317+
`MutableByte`, `MutableBoolean`.

0 commit comments

Comments
 (0)