Skip to content

Commit

Permalink
docs: Fix JavaScript highlight in README.md (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
gebeto authored and gkatsev committed Oct 3, 2018
1 parent d7e8bd8 commit dd73e51
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 @@ -171,7 +171,7 @@ player.vr().cameraVector;
## Accessing THREE.js objects
The Three.js Scene, renderer, and perspective camera are exposed under the `threeJs` object as the properties `scene`, `renderer`, and `camera` on the `vr` plugin namespace.

```
```js
var player = videojs('my-video');

player.vr().camera;
Expand Down

0 comments on commit dd73e51

Please sign in to comment.