Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegriffith authored May 12, 2017
1 parent a4ebb10 commit aeb4095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ player.present()

The SDK also exposes vendor libraries (Bluebird Promise polyfill, fetch polyfill) for your use as needed.
```javascript
import { vendor } from 'boxcast-sdk-tvos';
const { vendor } = require('boxcast-sdk-tvos');
const { Promise, fetch } = vendor;
```

Expand All @@ -66,3 +66,4 @@ const { Promise, fetch } = vendor;

* v1.0.0: Initial version
* v1.1.0: Add shortcut for initializing Player for broadcast with metrics service already attached
* v1.1.3: Fix build so modules can be imported properly into TVML runtime

0 comments on commit aeb4095

Please sign in to comment.