Skip to content

Commit 7480e5f

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
2 parents 27a2b0c + b66dd3a commit 7480e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bit-lib4j [![Build Status](https://travis-ci.org/devnied/Bit-lib4j.png?branch=ma
44
Bit-Lib4j is an useful library to handle bytes or bits in Java.<br/>
55
With this library you can read/write data in a byte array with a custom size for Java primitive types.
66

7-
<b>Current version : 1.4.12</b>
7+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.devnied/bit-lib4j/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.github.devnied/bit-lib4j)<br/>
88

99
##Simple API
1010

@@ -24,7 +24,7 @@ It is very easy to get started with bit-lib4j:
2424
BitUtils bit = new BitUtils(8);
2525
bit.setNextInteger(3,3); // set an integer on 3 bits
2626
bit.setNextInteger(1,5); // set one value on 5 bits
27-
27+
2828
// Result
2929
bit.getData(); // return Ox61 (0110 0001b)
3030
```

0 commit comments

Comments
 (0)