From 6ded43f515be20703ce8b818f08853dee514c7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Sat, 6 May 2023 00:16:56 +0200 Subject: [PATCH] Fixed two typos in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c583d1..3138572 100644 --- a/README.md +++ b/README.md @@ -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`).