Skip to content

Commit 5262c01

Browse files
authored
Improve README
Fixes: #123
1 parent f338475 commit 5262c01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
This library provides instrumentation for Spring Web applications (Boot, MVC and WebFlux). It creates tracing data for
66
server requests and also client requests (`RestTemplate`, `AsyncRestTemplate` and `WebClient`).
77

8-
## Use [opentracing-spring-cloud](https://github.com/opentracing-contrib/java-spring-cloud) instead
8+
## Comparison with [opentracing-spring-cloud](https://github.com/opentracing-contrib/java-spring-cloud)
99

10-
As it was mentioned above this library traces only inbound/outbound HTTP requests. If you would like to
10+
As it was mentioned above, this library traces only inbound/outbound HTTP requests. If you would like to
1111
get automatically traced different set of technologies e.g. `spring-cloud-netflix`, JMS or even more then
1212
use project [opentracing-spring-cloud](https://github.com/opentracing-contrib/java-spring-cloud) instead.
1313

0 commit comments

Comments
 (0)