Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PymZoR authored Feb 21, 2017
1 parent 1d739f0 commit 2311dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let container = document.getElementById('container');
let canvas = document.getElementById('canvas');
let streamURI = 'http://localhost:8080/stream.jpg';

let liveVR = new ThetaLiveVR(container, canvas, 'test.jpg');
let liveVR = new ThetaLiveVR(container, canvas, streamURI);
liveVR.init();
```

Expand Down

0 comments on commit 2311dbe

Please sign in to comment.