Added WIP declaration

This commit is contained in:
birme 2020-06-13 09:45:50 +02:00
parent 6dd093539d
commit 94943fd344

View file

@ -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();
```
```