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 +```