From 7cbe4817acb458fb984736fe308f3f515eb64e0c Mon Sep 17 00:00:00 2001 From: Muthurathinam <6259786+muthurathinam@users.noreply.github.com> Date: Fri, 24 May 2019 15:59:22 +0530 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b7b878fcb..f3a071261 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ import "isomorphic-fetch"; import { Client } from "@microsoft/microsoft-graph-client"; ``` -You will also need Promise polyfill like [es6-promise](https://github.com/stefanpenner/es6-promise) for [older Node.js](https://node.green/#ES2015-built-ins-Promise). - ### Via Script Tag Include [graph-js-sdk.js](https://cdn.jsdelivr.net/npm/@microsoft/microsoft-graph-client/lib/graph-js-sdk.js) in your HTML page.