diff --git a/dao-factory/README.md b/dao-factory/README.md index c3ee3c5e893d..683e3a0c0b7a 100644 --- a/dao-factory/README.md +++ b/dao-factory/README.md @@ -86,7 +86,7 @@ public interface CustomerDAO { } ``` -Here is the implementations +Here are the implementations ``` java @Slf4j