diff --git a/README.md b/README.md index b24ed05b..534e7687 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ public class Application { Then you can inject the client in your code simply by: ```java -@Autowire +@Autowired private DiscoveryClient discoveryClient; ```