diff --git a/README.md b/README.md index d9876a7..f9f0bdb 100644 --- a/README.md +++ b/README.md @@ -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]) -``` \ No newline at end of file +``` + +[![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)