Skip to content

Commit f673ba7

Browse files
committed
Another minor README change
1 parent d72b125 commit f673ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ which would read text from file "input.txt", sort using about 20 megs of heap (n
5757
Project jar is packaged such that it can be used as a primitive 'sort' tool like so:
5858

5959
```java
60-
java -jar java-merge-sort-1.0.2.jar [input-file]
60+
java -jar java-merge-sort-1.1.0.jar [input-file]
6161
```
6262

6363
where sorted output gets printed to `stdout`; and argument is optional (if missing, reads input from stdout).

0 commit comments

Comments
 (0)