Skip to content

Commit b72248f

Browse files
committed
Update README
1 parent 9e3715a commit b72248f

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MockRTC [![Build Status](https://github.com/httptoolkit/mockrtc/actions/workflows/ci.yml/badge.svg)](https://github.com/httptoolkit/mockrtc/actions) [![Available on NPM](https://img.shields.io/npm/v/mockrtc.svg?)](https://npmjs.com/package/mockrtc)
22

3-
> _Part of [HTTP Toolkit](https://httptoolkit.tech): powerful tools for building, testing & debugging HTTP(S), WebSockets and WebRTC_
3+
> _Part of [HTTP Toolkit](https://httptoolkit.com): powerful tools for building, testing & debugging HTTP(S), WebSockets and WebRTC_
44
55
MockRTC lets you intercept, assert on and mock WebRTC peers. This makes it possible to:
66

@@ -9,14 +9,6 @@ MockRTC lets you intercept, assert on and mock WebRTC peers. This makes it possi
99
* Capture and inspect traffic between real WebRTC peers for debugging.
1010
* Create WebRTC proxy peers to automate message transformation, monitoring or logging.
1111

12-
---
13-
14-
:warning: _MockRTC is still new & rapidly developing!_ :warning:
15-
16-
_Everything described here works today, but there's lots more to come, and some advanced WebRTC use cases may run into rough edges. If you hit any problems or missing features, please [open an issue](https://github.com/httptoolkit/mockrtc/issues/new)._
17-
18-
---
19-
2012
## Example
2113

2214
Let's write an automated test with MockRTC. To test WebRTC-based code, you will typically need to:

0 commit comments

Comments
 (0)