We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2026f74 + 36b1d0f commit d021dfdCopy full SHA for d021dfd
README.md
@@ -42,8 +42,8 @@ You must get a **MicrosoftGraphServiceClient** object to make requests against t
42
```ruby
43
require "microsoft_graph"
44
45
-adapter = MicrosoftGraph::MicrosoftGraphRequestAdapter.new(authentication_provider)
46
-client = MicrosoftGraph::MicrosoftGraphServiceClient.new(adapter)
+adapter = MicrosoftGraph::GraphRequestAdapter.new(authentication_provider)
+client = MicrosoftGraph::GraphServiceClient.new(adapter)
47
```
48
49
## 3. Make requests against the service
0 commit comments