improve README

This commit is contained in:
Philipp Kunz 2016-09-28 14:23:47 +02:00
parent 026e6a5146
commit 6f7f626cc0

View File

@ -48,7 +48,7 @@ myIpcServer.call('mySubProcessNameAlias','myAwesomeFunction',someData).then(some
```
Client:
```
```typescript
import { Ipcclient } from './smartipc'
import * as q from 'q'
@ -63,4 +63,6 @@ let myAwesomeFunction = (dataArg) => {
}
localIpc.register([myAwesomeFunction])
```
```
[![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)