From 0ff694e5f12fb74aee4c216e456c4c764c3c8bad Mon Sep 17 00:00:00 2001 From: Marius Grigaitis Date: Sun, 12 Nov 2017 02:10:54 +0200 Subject: [PATCH] Use https to avoid issues with Chrome Using chrome, it blocks usage of certain APIs when not using https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e766935..f993234 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a collection of [MediaRecorder](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder_API) examples. -You can take a look at the [examples online](http://mozdevs.github.io/MediaRecorder-examples). +You can take a look at the [examples online](https://mozdevs.github.io/MediaRecorder-examples). ## Requirements