From aa3c832e273b32d4f8e3a47293b9e373b8ba9356 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Wed, 7 Apr 2021 22:21:22 +0200 Subject: [PATCH] add because clause --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc415f..ea45bc0 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,9 @@ CONTEXT context = Context.of("some object"); ```kotlin dependencies { - implementation("wtf.metio.reguloj:reguloj:${version.reguloj}") + implementation("wtf.metio.reguloj:reguloj:${version.reguloj}") { + because("we want to use a lightweight rule engine") + } } ``` -- 2.11.4.GIT