From 04bfb50f1975f3d844d17c8ab0a854b55c32a491 Mon Sep 17 00:00:00 2001 From: wldeh <62161211+wldeh@users.noreply.github.com> Date: Sat, 22 Jul 2023 03:23:51 -0700 Subject: [PATCH] correct taks descriptions in readme --- examples/kotlin-kts/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/kotlin-kts/README.md b/examples/kotlin-kts/README.md index d3121ef8..8f9c3893 100644 --- a/examples/kotlin-kts/README.md +++ b/examples/kotlin-kts/README.md @@ -22,10 +22,10 @@ All tasks can be run from the root of the project, from a terminal: | --- | --- | | `assembleBenchmarks` | Generate and build all benchmarks in the project | | `benchmark` | Execute all benchmarks in the project | -| `mainBenchmark` | Execute benchmark for 'benchmarks' | -| `mainBenchmarkCompile` | Compile JMH source files for 'benchmarks' | -| `mainBenchmarkGenerate` | Generate JMH source files for 'benchmarks' | -| `mainBenchmarkJar` | Build JAR for JMH compiled files for 'benchmarks' | +| `mainBenchmark` | Execute benchmark for 'main' | +| `mainBenchmarkCompile` | Compile JMH source files for 'main' | +| `mainBenchmarkGenerate` | Generate JMH source files for 'main' | +| `mainBenchmarkJar` | Build JAR for JMH compiled files for 'main' | ## Want to learn more?