Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 36b1d0f

Browse files
author
Martin Catty
committed
doc: update examples
Current examples were not working as is.
1 parent 2026f74 commit 36b1d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ You must get a **MicrosoftGraphServiceClient** object to make requests against t
4242
```ruby
4343
require "microsoft_graph"
4444

45-
adapter = MicrosoftGraph::MicrosoftGraphRequestAdapter.new(authentication_provider)
46-
client = MicrosoftGraph::MicrosoftGraphServiceClient.new(adapter)
45+
adapter = MicrosoftGraph::GraphRequestAdapter.new(authentication_provider)
46+
client = MicrosoftGraph::GraphServiceClient.new(adapter)
4747
```
4848

4949
## 3. Make requests against the service

0 commit comments

Comments
 (0)