From e888193d6bd2d065eeeb90f89dc4e2961e5b780c Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Wed, 24 Jan 2024 10:40:04 +0200 Subject: [PATCH] use & --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55c89566..c0c87dbe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Klite: a very light-weight (lite) non-blocking http framework for Kotlin corouti Inspired by SparkJava, Jooby, etc, but [smaller, simpler and better](docs/Comparisons.md). -Includes very light [json](json) and [jdbc/migrations](jdbc) submodules for Kotlin, which can be used independently. +Includes very light [json](json) and [jdbc & migrations](jdbc) submodules for Kotlin, which can be used independently. ## Goals