diff --git a/README.md b/README.md index 66936ec..26c818d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Minimal node.js cross platform IPC communication library. ### Host process -``` +```javascript var ipc = require("qbus-ipc"), server = new ipc(); diff --git a/package.json b/package.json index 7dc0c54..c5fb713 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qbus-ipc", - "version": "0.9.3", + "version": "0.9.4", "description": "Efficient and simple node.js TCP/unix socket/windows socket interprocess communication based upon qbus.", "author": "Hexagon ", "scripts": {