Skip to content

Commit

Permalink
Fix usage example of @EnableJaegerAgent in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thlaegler authored and iocanel committed Sep 21, 2021
1 parent 65291aa commit 38a271f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -1588,7 +1588,7 @@ import io.dekorate.kubernetes.annotation.KubernentesApplication;
import io.dekorate.jaeger.annotation.EnableJaegerAgent;

@KubernetesApplication
@EnableJaegerAgent(operatorEnabled="true")
@EnableJaegerAgent(operatorEnabled = true)
public class Main {
public static void main(String[] args) {
//Your code goes here
Expand Down

0 comments on commit 38a271f

Please sign in to comment.