diff --git a/README.md b/README.md index b63f189..ea3fd95 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ node-ipc ================ -*a nodejs module for local and remote Inter Process Communication* for Linux, Mac and Windows. +*a nodejs module for local and remote Inter Process Communication* with full support for Linux, Mac and Windows. A great solution for **Neural Networking** in Node.JS **npm install node-ipc** diff --git a/package.json b/package.json index e325472..cc80543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "2.0.2", + "version": "3.0.0", "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", "main": "node-ipc.js", "directories": { @@ -24,6 +24,9 @@ "process", "communication", "unix", + "windows", + "win", + "socket", "TCP", "UDP", "domain",