Added WIP declaration
This commit is contained in:
parent
6dd093539d
commit
94943fd344
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
## WORK-IN-PROGRESS
|
||||
|
||||
Nodejs bindings for Secure Reliable Transport SDK
|
||||
|
||||
```
|
||||
|
|
@ -9,4 +11,4 @@ const SRT = require('@eyevinn/srt').SRT;
|
|||
|
||||
const srt = new SRT();
|
||||
const socket = srt.createSocket();
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue