From 76b35f93effc0b18c59de1e3c89fd52a27265a15 Mon Sep 17 00:00:00 2001 From: Tikhon Date: Sun, 17 Apr 2022 20:44:07 +0300 Subject: [PATCH] fix markdown --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0bff1ee..8294aab 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ fun main() { If you want to use custom conditions, you need implement interface [SimplifiedCondition,](src/commonMain/kotlin/org/expressions/SimplifiedCondition.kt) and then you could use [SimplerBooleanExpression](src/commonMain/kotlin/org/expressions/SimplerBooleanExpression.kt) similarly first code examples. +--- + ### Build #### Build JVM @@ -83,6 +85,8 @@ Then go to `build/libs` for take *.jar // TODO add implements with using macOS +--- + ### Test Run tests and generate coverage. @@ -91,6 +95,8 @@ Run tests and generate coverage. ./gradlew koverReport ``` +--- + ### Documentation #### HTML @@ -117,6 +123,7 @@ If you want Markdown documentation Then go to `build/dokka/gfm/index.md` +--- ### TODO