Skip to content

Commit

Permalink
gendocs
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Jun 30, 2014
1 parent 4271dba commit 1cab7a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@ their time in HTML and CSS rather than JS.

[![NPM](https://nodei.co/npm/rtc-glue.png)](https://nodei.co/npm/rtc-glue/)

[![unstable](https://img.shields.io/badge/stability-unstable-yellowgreen.svg)](https://github.com/badges/stability-badges)
[![deprecated](https://img.shields.io/badge/stability-deprecated-aa8899.svg)](https://github.com/dominictarr/stability#deprecated)

## Deprecated

Expand Down Expand Up @@ -197,7 +197,7 @@ of the `rtc-quickconnect` initialization.

From version `0.9` of glue you can also specify one or more `rtc-data` meta
tags that are used to specify data channels that you want configured for
your application. When a connection is established between peers, the
your application. When a connection is established between peers, the
connections are created with the appropriate data channels.

When the data channel is open and available for communication a
Expand Down
4 changes: 2 additions & 2 deletions docs.json
@@ -1,10 +1,10 @@
{
"badges": {
"nodeico": true,
"stability": "unstable"
"stability": "deprecated"
},

"license": {
"holder": "National ICT Australia Limited (NICTA)"
}
}
}

0 comments on commit 1cab7a5

Please sign in to comment.