Skip to content

Commit e83574f

Browse files
authored
Update README.md tip banner (#170)
1 parent f3809db commit e83574f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ Then open the file `build/docs/javadoc/index.html`.
9292

9393
To run benchmarks, either execute them from IntelliJ or run the following from shell: (Replace the class name as needed)
9494

95-
::: Note: These instructions need to be updated for Gradle.
95+
> [!TIP]
96+
> These instructions need to be updated for Gradle.
9697
9798
```sh
9899
mvn exec:exec -Dexec.executable="java" -Dexec.args="-classpath %classpath com.uber.h3core.benchmarking.H3CoreBenchmark" -Dexec.classpathScope="test"

0 commit comments

Comments
 (0)