Skip to content

Commit

Permalink
Merge pull request #18 from aeosynth/patch-1
Browse files Browse the repository at this point in the history
readme: fix demo link
  • Loading branch information
dennismartensson committed Feb 28, 2013
2 parents 6828ba1 + 96a079a commit 5f47060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
# webRTC.io
### [demo](http://bit.ly/webrtcio)
### [demo](http://webrtc.dennis.is/)
An abstraction layer for webRTC. Aim is to simplify the HTML5 web standard webRTC in a similar manner to socket.io w/ websockets. This project is still in an infintile stage, please send feature requests (or pulls!) to us as well as bug reports.

## What is webRTC?
Expand All @@ -19,7 +19,7 @@ Enable PeerConnection
```

## Demo
This is a multi-person chat room demo written using our webRTC.io library. [Example Site](http://bit.ly/webrtcio) & [Repository](http://www.github.com/webRTC/webrtc.io-demo/) (browser support section still applies!)
This is a multi-person chat room demo written using our webRTC.io library. [Example Site](http://webrtc.dennis.is/) & [Repository](http://www.github.com/webRTC/webrtc.io-demo/) (browser support section still applies!)

## Installation
```bash
Expand Down

0 comments on commit 5f47060

Please sign in to comment.