From 8f6f09a7d38234fcab80ba18637bdae11ab661a3 Mon Sep 17 00:00:00 2001 From: LukasKraushoferCLF <161807016+LukasKraushoferCLF@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:27:14 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8d3369..cc41200 100644 --- a/README.md +++ b/README.md @@ -628,7 +628,7 @@ a [Kotlin extension for JGiven](https://github.com/toolisticon/jgiven-kotlin) fo ### ArchUnit Support The module `io.cloudflight.platform.spring:platform-spring-test-archunit` embeds -embeds the [ArchUnit CleanCode Verifier](https://github.com/cloudflightio/archunit-cleancode-verifier) and provides +the [ArchUnit CleanCode Verifier](https://github.com/cloudflightio/archunit-cleancode-verifier) and provides an `AbstractCleanCodeTest` that you can use as follows: ````kotlin