From 1bff1092e8931352241d438926efa3c943cef540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elio=20Os=C3=A9s?= Date: Wed, 3 Mar 2021 00:06:17 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53ff709..e712682 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Just make sure to refer it at the end of the body as a script. ```javascript //Basic configurations for mime types -onst MIMETYPE_VIDEO_AUDIO = 'video/webm; codecs="opus,vp8"'; +const MIMETYPE_VIDEO_AUDIO = 'video/webm; codecs="opus,vp8"'; const MIMETYPE_VIDEO_ONLY = 'video/webm; codecs="vp8"'; //Configure GunViewer