Skip to content

Commit 159e1c4

Browse files
2 parents fe07204 + 930a96c commit 159e1c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Microsoft Graph JavaScript client library is a lightweight wrapper around th
1616
npm install @microsoft/microsoft-graph-client
1717
```
1818

19-
import `@microsoft/microsoft-graph-client` into your module and also you will need polyfill for fetch like [node-fetch](https://github.com/bitinn/node-fetch).
19+
import `@microsoft/microsoft-graph-client` into your module and also you will need polyfills for fetch like [isomorphic-fetch](https://www.npmjs.com/package/isomorphic-fetch).
2020

2121
```typescript
2222
import "isomorphic-fetch";
@@ -38,7 +38,6 @@ In case your browser doesn't have support for [Fetch](https://developer.mozilla.
3838
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/es6-promise/dist/es6-promise.auto.min.js"></script>
3939

4040
<!-- polyfilling fetch -->
41-
4241
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/whatwg-fetch/dist/fetch.umd.min.js"></script>
4342
```
4443

0 commit comments

Comments
 (0)