Skip to content

Commit 6e70a6e

Browse files
authored
Merge pull request #1784 from microsoftgraph/andrueastman-patch-1
fix: release new version with updated kiota dependencies
2 parents 2398eba + 1cfa35a commit 6e70a6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ OkHttpClient client = GraphClientFactory.create(authenticationProvider).build();
7575

7676
## 3. Make requests against the service
7777

78-
After you have an OkHttpClient that is authenticated, you can begin making calls against the service. The requests against the service look like our [REST API](https://developer.microsoft.com/en-us/graph/docs/concepts/overview).
78+
After you have an authenticated `OkHttpClient`, you can begin making calls against the service. The requests against the service look like our [REST API](https://developer.microsoft.com/en-us/graph/docs/concepts/overview).
7979

8080
### 3.1 Get the user's details
8181

@@ -125,13 +125,12 @@ For known issues, see [issues](https://github.com/MicrosoftGraph/msgraph-sdk-jav
125125

126126
## 5. Contributions
127127

128-
The Microsoft Graph SDK is open for contribution. To contribute to this project, see [Contributing](https://github.com/microsoftgraph/msgraph-sdk-java-core/blob/main/CONTRIBUTING.md).
128+
The Microsoft Graph SDK is open for contribution. To contribute to this project, see the [Contributing](https://github.com/microsoftgraph/msgraph-sdk-java-core/blob/main/CONTRIBUTING.md) guide.
129129

130130
## 6. Supported Java versions
131131

132132
The Microsoft Graph SDK for Java library is supported at runtime for Java 8 and [Android API revision 26](http://source.android.com/source/build-numbers.html) or greater.
133133

134-
135134
## 7. License
136135

137136
Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)