From fc708428594245b9828d77b17a34d4b508e39478 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 10 May 2016 09:05:37 +0200 Subject: [PATCH] Polish --- docs/src/main/asciidoc/intro.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/intro.adoc b/docs/src/main/asciidoc/intro.adoc index 7f7922c61..b43ce55f3 100644 --- a/docs/src/main/asciidoc/intro.adoc +++ b/docs/src/main/asciidoc/intro.adoc @@ -140,7 +140,7 @@ filter { ==== Only Sleuth (log correlation) If you want to profit only from Spring Cloud Sleuth without the Zipkin integration just add -the *spring-cloud-starter-sleuth1 module to your project. +the `spring-cloud-starter-sleuth` module to your project. [source,xml,indent=0,subs="verbatim,attributes",role="primary"] .Maven @@ -185,7 +185,7 @@ the Spring BOM ==== Sleuth with Zipkin via HTTP -If you want both Sleuth and Zipkin just add the *spring-cloud-starter-zipkin* dependency. +If you want both Sleuth and Zipkin just add the `spring-cloud-starter-zipkin` dependency. [source,xml,indent=0,subs="verbatim,attributes",role="primary"] .Maven