From f92821c5ef3e0911048bb1b3df19773cfa5f0945 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Tue, 19 Mar 2024 18:46:00 +0100 Subject: [PATCH] Fix title in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 223e915..fc51ca1 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ To enable it again, you can use the `WithAdminMode` trait. - `WithInheritedValues` - `WithoutInheritedValues` -### Integration tests with configurable Kernel +### Integration Tests With a Configurable Kernel The `TestKernel` can be configured dynamically for each test. This is useful if different configurations or dependent bundles are to be tested.