Skip to content

Commit

Permalink
update README, fixes #1019
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Mar 12, 2020
1 parent beed221 commit 36c20a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 ##

Expand Down

0 comments on commit 36c20a2

Please sign in to comment.