diff --git a/README.md b/README.md index a121162..530cf11 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The `${taikai.version}` property should be defined as a property in your Maven p JUnit 5 Example test ------------------- -```java +``` @Test void shouldFulfilConstrains() { Taikai.builder() @@ -62,6 +62,7 @@ void shouldFulfilConstrains() { .naming(naming -> naming .classesShouldNotMatch(".*Impl") .interfacesShouldNotHavePrefixI())) + .addRule(TaikaiRule.of(...)) //add custom ArchUnit here .build() .check(); }