Fixed two typos in the README

This commit is contained in:
Julian Müller (ChaoticByte) 2023-05-06 00:16:56 +02:00
parent 67516a6217
commit 6ded43f515

View file

@ -46,8 +46,8 @@ mvn package assembly:single
I let Sherly and xxSherly find duplicates in my Music Library (containing `.wav` files) using the following commands:
```bash
time java -jar Bin/sherly.jar -n -f ~/Music/ /usr/lib
time java -jar target/xxSherly-1.0-jar-with-dependencies.jar -n -f ~/Music/ /usr/lib
time java -jar Bin/sherly.jar -n -f ~/Music/
time java -jar target/xxSherly-1.0-jar-with-dependencies.jar -n -f ~/Music/
```
The timings are measured using the Linux tool `time` (`real`).