diff --git a/README.md b/README.md index cc75306..43265bb 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ that will be used prior to coupling. This generator should return a fully compliant W3C (RTCIceServer dictionary)[http://www.w3.org/TR/webrtc/#idl-def-RTCIceServer]. If you pass in both a generator and iceServers, the iceServers _will be -removed_ and the generator used instead. +ignored and the generator used instead. #### generators.connectionConstraints(flags, constraints) diff --git a/generators.js b/generators.js index 28146c7..81d97da 100644 --- a/generators.js +++ b/generators.js @@ -39,7 +39,7 @@ var mappings = { compliant W3C (RTCIceServer dictionary)[http://www.w3.org/TR/webrtc/#idl-def-RTCIceServer]. If you pass in both a generator and iceServers, the iceServers _will be - removed_ and the generator used instead. + ignored and the generator used instead. **/ var iceServerGenerator = function () {