From 94943fd34412a37f26aff7eedfcbe888a7614461 Mon Sep 17 00:00:00 2001 From: birme Date: Sat, 13 Jun 2020 09:45:50 +0200 Subject: [PATCH] Added WIP declaration --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f897496..6d64930 100644 --- a/README.md +++ b/README.md @@ -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(); -``` \ No newline at end of file +```