Skip to content

Commit

Permalink
Merge pull request #102 from fuse/main
Browse files Browse the repository at this point in the history
doc: update examples
  • Loading branch information
baywet authored Mar 21, 2023
2 parents 2026f74 + 36b1d0f commit d021dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ You must get a **MicrosoftGraphServiceClient** object to make requests against t
```ruby
require "microsoft_graph"

adapter = MicrosoftGraph::MicrosoftGraphRequestAdapter.new(authentication_provider)
client = MicrosoftGraph::MicrosoftGraphServiceClient.new(adapter)
adapter = MicrosoftGraph::GraphRequestAdapter.new(authentication_provider)
client = MicrosoftGraph::GraphServiceClient.new(adapter)
```

## 3. Make requests against the service
Expand Down

0 comments on commit d021dfd

Please sign in to comment.