Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 91000d5

Browse files
authored
Merge pull request #56 from salvoravida/readme_es6
update readme es6 usage
2 parents e72838a + 664c6f8 commit 91000d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ function RecognizerStop(SDK, recognizer) {
9595
}
9696
```
9797

98+
## ES6 Module Usage
99+
```javascript
100+
import * as SDK from 'microsoft-speech-browser-sdk';
101+
```
102+
98103
## Try the sample out
99104
What to try the sample ? All you need is a subscription key. [Sign up](https://www.microsoft.com/cognitive-services/en-us/sign-up) to get one.
100105

0 commit comments

Comments
 (0)