From c9c842bb6c68da76dee880b043ebbfff893e32c4 Mon Sep 17 00:00:00 2001 From: Oleksiy Pylypenko Date: Sat, 29 Jan 2022 16:20:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d7582c39..77bc28cd1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Check the series of articles "Mocking is not rocket science" at [Kt. Academy](ht * [springmockk](https://github.com/Ninja-Squad/springmockk) introduced in official [Spring Boot Kotlin tutorial](https://spring.io/guides/tutorials/spring-boot-kotlin/) - ### Quarkus support +### Quarkus support * [quarkus-mockk](https://github.com/quarkiverse/quarkus-mockk) adds support for mocking beans in Quarkus. Documentation can be found [here](https://quarkiverse.github.io/quarkiverse-docs/quarkus-mockk/dev/index.html)