From 16330bc9898af81f6212b56c78d7af1bb5cb46fc Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 31 Jan 2024 00:12:38 -0800 Subject: [PATCH] Minor cleanup --- examples/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index e40be28..1dbc9fb 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,4 +1,5 @@ -j## Compile the Kotlin Example + +## Compile the Kotlin Example ```console ./bld compile @@ -10,7 +11,13 @@ j## Compile the Kotlin Example ./bld run ``` -## Build the documentation with Dokka +## Run the Tests + +```console +./bld test +``` + +## Build the documentation with [Dokka](https://github.com/Kotlin/dokka) ```console ./bld javadoc