Skip to content

Commit 63b551c

Browse files
committed
docs: applies minor changes from beta
1 parent 2a6110d commit 63b551c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

scripts/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ Get started with the Microsoft Graph SDK for TypeScript by integrating the [Micr
55
This package provides a fluent API for interacting with Microsoft Graph administrative functions.
66

77
> [!NOTE]
8-
> This package requires the `@microsoft/msgraph-sdk` package. It allows you to build applications using the [v1.0](https://learn.microsoft.com/graph/use-the-api#version) of Microsoft Graph. If you want to try the latest Microsoft Graph APIs, use our [beta SDK](https://github.com/microsoftgraph/msgraph-beta-sdk-typescript) instead.
9-
8+
> This package allows you to build applications using the [v1.0](https://learn.microsoft.com/graph/use-the-api#version) of Microsoft Graph. If you want to try the latest Microsoft Graph APIs, use our [beta SDK](https://github.com/microsoftgraph/msgraph-beta-sdk-typescript) instead.
109
1110
## 1. Installation
1211

1312
To install the package, use npm:
1413

1514
```shell
16-
# this will install the main package
17-
npm install @microsoft/msgraph-sdk
1815
# this will install the authentication provider for Azure Identity / Microsoft Entra
1916
npm install @microsoft/kiota-authentication-azure @azure/identity
2017
# this will install the fluent API package for the administrative API paths

0 commit comments

Comments
 (0)