Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
devnied committed Aug 5, 2017
1 parent c329ed6 commit 9394991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ It is very easy to get started with bit-lib4j:
// Result
bit.getNextIntegerSigned(4); // return -2
```
You can also use ```getNextLongSigned()``` to handle long signed values.
You can also use ```getNextSignedLong()``` to handle long signed values.


## Handle bytes more easily
Expand All @@ -56,7 +56,7 @@ More documentation into the [wiki](https://github.com/devnied/Bit-lib4j/wiki)
<dependency>
<groupId>com.github.devnied</groupId>
<artifactId>bit-lib4j</artifactId>
<version>1.4.13</version>
<version>1.5.0</version>
</dependency>
```

Expand Down

0 comments on commit 9394991

Please sign in to comment.