From 66187c348a9eeb3bf198e62e6fdee2968e096d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Vel=C3=A1squez?= Date: Fri, 9 Sep 2022 07:47:42 -0500 Subject: [PATCH] docs: replace example video ID with one that still works (#2518) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d00a963..a52d37c8 100644 --- a/README.md +++ b/README.md @@ -613,7 +613,7 @@ player.source = { type: 'video', sources: [ { - src: '143418951', + src: '76979871', provider: 'vimeo', }, ],