From 2e7b87b18b9e048cba1ee4a15aec57120f062209 Mon Sep 17 00:00:00 2001 From: Phil Cluff Date: Fri, 8 Nov 2019 11:26:42 +0900 Subject: [PATCH] Minor typo. Co-Authored-By: Simran --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 048d287..0de1873 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SASH is a new standard for adaptive HTTP streaming. SASH is inspired by [MPEG DASH](https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP) and [Apple HLS](https://en.wikipedia.org/wiki/HTTP_Live_Streaming), and is intended to complement them. -Its aims are to provide a simpler, JSON based manifest format which learns from DASH and HLS's manifest design, but delivers something Javascript and Media Source Extensions friendly. +Its aims are to provide a simpler, JSON based manifest format which learns from DASH and HLS's manifest design, but delivers something JavaScript and Media Source Extensions friendly. SASH is designed to be owned and developed by the community, and not be limited by patent pools or usage restrictions.