From dd73e5155359da63539d814d813532c7852faba1 Mon Sep 17 00:00:00 2001 From: Slavik Nychkalo Date: Wed, 3 Oct 2018 21:00:00 +0300 Subject: [PATCH] docs: Fix JavaScript highlight in README.md (#143) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cddbb6b6..7e50ff03 100644 --- a/README.md +++ b/README.md @@ -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;