diff --git a/README.md b/README.md index b916dde9..2ccdfc20 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ This is something that you get for free just by adding the following dependency ``` +To enable loading of the `DiscoveryClient`, add `@EnableDiscoveryClient` to the according configuration or application class. + Then you can inject the client in your code simply by: ```java