From 36c20a2b10f64847d275ccabd85852c8586d3758 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Thu, 12 Mar 2020 13:05:27 +0100 Subject: [PATCH] update README, fixes #1019 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02c4cc812..1107c3b52 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ [![Build Status](https://travis-ci.org/webrtcHacks/adapter.svg)](https://travis-ci.org/webrtcHacks/adapter) # WebRTC adapter # -adapter.js is a shim to insulate apps from spec changes and prefix differences. In fact, the standards and protocols used for WebRTC implementations are highly stable, and there are only a few prefixed names. For full interop information, see [webrtc.org/web-apis/interop](https://www.webrtc.org/web-apis/interop). +adapter.js is a shim to insulate apps from spec changes and prefix differences in WebRTC. The prefix differences are mostly gone these days but differences between browse remain. -This repository used to be part of the WebRTC organisation on github but moved. We aim to keep -the old repository updated with new releases. +This repository used to be part of the WebRTC organisation on github but moved. We aim to keep the old repository updated with new releases. ## Install ##