From 3c95b0ef148b1a2ebf032c4070ae4bd1b8c2256f Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Wed, 4 Dec 2019 10:54:58 -0800 Subject: [PATCH] Update README.md notification of update start --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b3f33ba..7b149e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ node-ipc ================ +**v10.x development underway. This includes an apache 2.0 licence** + *a nodejs module for local and remote Inter Process Communication* with full support for Linux, Mac and Windows. It also supports all forms of socket communication from low level unix and windows sockets to UDP and secure TLS and TCP sockets. A great solution for complex multiprocess **Neural Networking** in Node.JS