Skip to content

Commit d99ce9d

Browse files
committed
more minor changes...
1 parent 7c65a7b commit d99ce9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Compiling
6363
---------
6464
To compile, run ant from the base directory.
6565

66-
ant jar
66+
ant
6767

6868
When ant is done, include dist/java-bloomfilter.jar in your project.
6969

@@ -74,7 +74,7 @@ If you want to avoid adding another library to your project, all the Bloom filte
7474
Changes
7575
-------
7676
### 1.0
77-
* Improved the speed of the add() and contains()-methods. The speed increase is around 4-5 times on my computer,, but the actual increase may vary from system to system.
77+
* Improved the speed of the add() and contains()-methods. The speed increase is around 4-5 times on my computer, but the actual increase may vary from system to system.
7878
* Added benchmark code to test future code optimizations.
7979
* Fixed a bug in add() where numberOfAddedElements was incorrectly increased twice when adding other elements than byte-arrays. Updated test.
8080
* Moved project to Github

0 commit comments

Comments
 (0)