diff --git a/README.md b/README.md index 19157e9..faec57a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Overall, it takes only two steps to turn your Spring Boot application into an in > > ``` -2. Inject the default 'ChatClient' Bean to regular Controller beans. +2. Inject the default `ChatClient` Bean to regular Controller beans. ```java @RestController