Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoffstall committed Feb 9, 2013
1 parent f4c498d commit 704788b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ rtc.register("bob", function(worked) {

true or false if WebRTC is supported in the browser

#### .connect(host)
#### .createClient(options)

Takes a host (http://site.com:8080) - defaults to window.location.href. Returns an RTC instance
Takes some options to specify host (see source) - defaults to window.location.href. Returns an RTC instance

#### .pipe(stream, el)

Expand Down

0 comments on commit 704788b

Please sign in to comment.