Skip to content

Commit e19ecae

Browse files
committed
Add JSFiddle link for replicating issues
1 parent caa7f54 commit e19ecae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var Video = require('react-html5video/dist/ReactHtml5Video');
3232

3333
```js
3434
// Exports to this global
35-
var Video = window.ReactHtml5Video;
35+
var Video = window.ReactHtml5Video.default;
3636
```
3737

3838
```js
@@ -150,6 +150,10 @@ To run a server with hot module replacement:
150150

151151
Open [http://localhost:8082](http://localhost:8082). You can now modify the files in both `src` and `demo/src`.
152152

153+
### Issues
154+
155+
Feel free to raise and solve any existing issues as desired. Where possible please do try and replicate any bugs you may have using the [react-html5video jsfiddle](https://jsfiddle.net/mderrick/7s9a311q/1/) and include them in your ticket.
156+
153157
## Thank You
154158

155159
<img src="http://mderrick.github.io/react-html5video/browserstack.png?v=1" height="22" width="100" />

0 commit comments

Comments
 (0)