From d0eeb8ff550d901d406e221356d8086ab812de21 Mon Sep 17 00:00:00 2001 From: Federico Ponzi Date: Fri, 15 Jun 2018 12:10:19 +0200 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ```