From 3296c6809862c8148d30adf9db5ecbe64bfdc2ba Mon Sep 17 00:00:00 2001 From: Matthew Neil Date: Tue, 27 Nov 2018 15:55:10 -0500 Subject: [PATCH] docs: add dash to package.json description (#267) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0c9b1ed6..e9d3cb3f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/http-streaming", "version": "1.5.0", - "description": "Play back HLS with video.js, even where it's not natively supported", + "description": "Play back HLS and DASH with Video.js, even where it's not natively supported", "main": "dist/videojs-http-streaming.cjs.js", "module": "dist/videojs-http-streaming.es.js", "repository": {