Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Nov 20, 2016
1 parent adaf4df commit d92f9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Minimal node.js cross platform IPC communication library.

### Host process

```
```javascript
var ipc = require("qbus-ipc"),
server = new ipc();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <github.com/hexagon>",
"scripts": {
Expand Down

0 comments on commit d92f9f0

Please sign in to comment.