Skip to content

Commit d021dfd

Browse files
authored
Merge pull request #102 from fuse/main
doc: update examples
2 parents 2026f74 + 36b1d0f commit d021dfd

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)