Skip to content

Commit e6bf14b

Browse files
committed
Update readme, removed typings references
1 parent f2388d3 commit e6bf14b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![npm version badge](https://img.shields.io/npm/v/msgraph-sdk-javascript.svg?maxAge=86400)](https://www.npmjs.com/package/msgraph-sdk-javascript)
33
[![Travis](https://img.shields.io/travis/microsoftgraph/msgraph-sdk-javascript.svg?maxAge=2592000?style=flat-square)](https://travis-ci.org/microsoftgraph/msgraph-sdk-javascript)
44

5-
The Microsoft Graph JavaScript SDK is a lightweight wrapper around the Microsoft Graph API that supports both Node and the browser. See the [samples](samples) folder for code examples. You can also use our [TypeScript graph typings](https://github.com/microsoftgraph/msgraph-typescript-typings) with this SDK.
5+
The Microsoft Graph JavaScript SDK is a lightweight wrapper around the Microsoft Graph API that supports both Node and the browser. See the [samples](samples) folder for code examples. You can also use our [TypeScript graph types](https://github.com/microsoftgraph/msgraph-typescript-typings) with this SDK.
66

77
> This SDK is currently in preview and we would love to hear your feedback! You can file an issue in this repository or write on our [uservoice page](https://officespdev.uservoice.com/). We're also trying to add more intellisense support beyond the current typings so we're also especially interested in feedback on the [Microsoft Graph TypeScript Typings](https://github.com/microsoftgraph/msgraph-typescript-typings).
88
@@ -314,7 +314,7 @@ These steps are not required to use this SDK.
314314
315315
```npm run build``` generates lib/ files for node and browser versions.
316316

317-
```npm pack``` bundles the npm module. This will automatically run ```typings install```.
317+
```npm pack``` bundles the npm module.
318318

319319
```npm test``` runs tests.
320320

@@ -334,7 +334,7 @@ Please see the [contributing guidelines](CONTRIBUTING.md).
334334
## Additional resources
335335

336336
* [Microsoft Graph website](https://graph.microsoft.io)
337-
* [Microsoft Graph TypeScript typings](https://github.com/microsoftgraph/msgraph-typescript-typings/)
337+
* [Microsoft Graph TypeScript types](https://github.com/microsoftgraph/msgraph-typescript-typings/)
338338
* [Angular.js sample using the JavaScript SDK](https://github.com/microsoftgraph/angular-connect-sample)
339339
* [Node.js sample using the JavaScript SDK](https://github.com/microsoftgraph/nodejs-connect-sample)
340340
* [Office Dev Center](http://dev.office.com/)

0 commit comments

Comments
 (0)