You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ This is the official Java implementation of the [Dynatrace OneAgent SDK](https:/
30
30
31
31
## Package contents
32
32
33
-
*`samples`: contains sample application, which demonstrates the usage of the SDK. see readme inside the samples directory for more details
33
+
*`samples`: contains sample application, which demonstrates the usage of the SDK. See readme inside the samples directory for more details.
34
34
*`docs`: contains the reference documentation (javadoc). The most recent version is also available online at [https://dynatrace.github.io/OneAgent-SDK-for-Java/](https://dynatrace.github.io/OneAgent-SDK-for-Java/).
35
-
*`LICENSE`: license under which the whole SDK and sample applications are published
35
+
*`LICENSE`: license under which the whole SDK and sample applications are published.
36
36
37
37
## Requirements
38
38
@@ -53,7 +53,7 @@ This is the official Java implementation of the [Dynatrace OneAgent SDK](https:/
53
53
54
54
### Dependencies
55
55
56
-
If you want to integrate the OneAgent SDK into your application, just add the following maven dependency:
56
+
If you want to integrate the OneAgent SDK into your application, just add the following Maven dependency:
57
57
58
58
```xml
59
59
<dependency>
@@ -64,7 +64,7 @@ If you want to integrate the OneAgent SDK into your application, just add the fo
64
64
</dependency>
65
65
```
66
66
67
-
If you prefer to integrate the SDK using plain jar file, just download them from mavenCentral. You can find the download links for each
67
+
If you prefer to integrate the SDK using plain jar file, just download them from Maven Central. You can find the download links for each
68
68
version in the [Release notes](#releasenotes) section.
69
69
70
70
The Dynatrace OneAgent SDK for Java has no further dependencies.
@@ -83,12 +83,12 @@ Additionally you should/have to ensure, that you have set a `LoggingCallback`. F
83
83
84
84
## API concepts
85
85
86
-
Common concepts of the Dynatrace OneAgent SDK are explained the [Dynatrace OneAgent SDK repository](https://github.com/Dynatrace/OneAgent-SDK#apiconcepts).
86
+
Common concepts of the Dynatrace OneAgent SDK are explained in the [Dynatrace OneAgent SDK repository](https://github.com/Dynatrace/OneAgent-SDK#apiconcepts).
87
87
88
88
### OneAgentSDK object
89
89
90
-
Use OneAgentSDKFactory.createInstance() to obtain an OneAgentSDK instance. You should reuse this object over the whole application
91
-
and if possible JVM lifetime:
90
+
Use OneAgentSDKFactory.createInstance() to obtain an OneAgentSDK instance. You should reuse this object throughout the whole application
0 commit comments