From 8c8a6b75c0747b0f1d7c5158be3f11dfb9073e17 Mon Sep 17 00:00:00 2001 From: brandonocasey Date: Tue, 18 Sep 2018 13:08:28 -0400 Subject: [PATCH] chore: update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e4b8dee..079cb9a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # videojs-contextmenu +**DEPRECATED Please use https://github.com/brightcove/videojs-contextmenu-ui** + +[![Build Status](https://travis-ci.org/brightcove/videojs-contextmenu.svg?branch=master)](https://travis-ci.org/brightcove/videojs-contextmenu) +[![Greenkeeper badge](https://badges.greenkeeper.io/brightcove/videojs-contextmenu.svg)](https://greenkeeper.io/) +[![Slack Status](http://slack.videojs.com/badge.svg)](http://slack.videojs.com) + +[![NPM](https://nodei.co/npm/videojs-contextmenu.png?downloads=true&downloadRank=true)](https://nodei.co/npm/videojs-contextmenu/) + A cross-device context menu implementation for video.js players. Most desktop browsers support the [DOM standard `contextmenu` event][contextmenu], but some mobile browsers, lacking a right mouse button, do not. This plugin will fire a custom `vjs-contextmenu` event when it sees a `contextmenu` event _or_ after a long touch.