From 445d9f998d4d3e9d9a3577b117db2dcd02a58776 Mon Sep 17 00:00:00 2001 From: Gleb Nazarov Date: Wed, 11 Dec 2024 20:33:30 +0500 Subject: [PATCH] fix README after applied suggestion --- version-diff/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version-diff/README.md b/version-diff/README.md index d3ad2756..12be45cd 100644 --- a/version-diff/README.md +++ b/version-diff/README.md @@ -13,6 +13,6 @@ Execute this command in a sample directory: * `1.6.8` and `2.2.2` are the versions of the Maven artifact to compare. * By default, the repository URL is https://repo.maven.apache.org/maven2/io/ktor. If you want to use a repository other than the default, provide it explicitly as the third argument: - ```bash +```bash ./gradlew run --args="2.3.13 3.0.0 https://oss.sonatype.org/content/repositories/releases/io/ktor" ``` \ No newline at end of file