Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
zhimbura committed Apr 17, 2022
1 parent 1d96e84 commit 76b35f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -83,6 +85,8 @@ Then go to `build/libs` for take *.jar

// TODO add implements with using macOS

---

### Test

Run tests and generate coverage.
Expand All @@ -91,6 +95,8 @@ Run tests and generate coverage.
./gradlew koverReport
```

---

### Documentation

#### HTML
Expand All @@ -117,6 +123,7 @@ If you want Markdown documentation

Then go to `build/dokka/gfm/index.md`

---

### TODO

Expand Down

0 comments on commit 76b35f9

Please sign in to comment.