Skip to content

Commit 9552ad3

Browse files
authored
small grammar changes
1 parent 5d911e5 commit 9552ad3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dd-java-agent/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
*Minimal Java version required: 1.7*
44

5-
This is a Java Agent made for instrumenting Java applications using the Datadog Tracer. Once attached to one of your JVM you should see traces into your [Datadog APM](https://app.datadoghq.com/apm/search).
5+
This is a Java Agent to instrument Java applications using the Datadog Tracer. Once attached to one of your JVM you should see traces in [Datadog APM](https://app.datadoghq.com/apm/search).
66

7-
Tracing instrumentations can be done in 2 ways:
7+
Tracing instrumentation can be done in 2 ways:
88

99
- Automatically over a set of [supported Web servers, frameworks or database drivers](#instrumented-frameworks)
1010
- By using the [`@trace` annotation](#custom-instrumentations)
1111

12-
:heavy_exclamation_mark: **Warning:** This library is currently at Alpha stage. This means that even if we rigorously tested instrumentations you may experience strange behaviors depending on your running environment. It must evolve quickly though. For any help please contact [support@datadoghq.com](mailto:support@datadoghq.com).
12+
:heavy_exclamation_mark: **Warning:** This library is currently in Alpha. This means that even though we rigorously tested instrumentations you may experience strange behaviors depending on your running environment. Be sure to test thoroughly on a staging environment before releasing to production. For any help please contact [tracehelp@datadoghq.com](mailto:tracehelp@datadoghq.com).
1313

1414
## Quick start
1515

@@ -86,7 +86,7 @@ If you want to change it, you must create it in your project.
8686

8787
## Instrumented frameworks
8888

89-
When attached to an application the `dd-java-agent` automatically instruments the following set of frameworks & servers.
89+
When attached to an application the `dd-java-agent` automatically instruments the following set of frameworks & servers:
9090

9191
### Frameworks
9292

0 commit comments

Comments
 (0)