From 5c03d9eca0fec7ad39f08ecbb1dee94f2df7e87d Mon Sep 17 00:00:00 2001 From: Denis Schneider Date: Fri, 9 Mar 2018 19:55:45 +0100 Subject: [PATCH] update README.md --- README.md | 5 +++-- by_dashlane.svg | 8 ++++---- package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 71934f6..3ee198b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # ts-event-bus -[](https://www.dashlane.com/) +[![by Dashlane](https://rawgit.com/dashlane/ts-event-bus/master/by_dashlane.svg)](https://www.dashlane.com/) [![Build Status](https://travis-ci.org/Dashlane/ts-event-bus.svg?branch=master)](https://travis-ci.org/Dashlane/ts-event-bus) +[![Dependency Status](https://david-dm.org/Dashlane/ts-event-bus.svg)](https://david-dm.org/Dashlane/ts-event-bus) Distributed messaging in Typescript @@ -139,7 +140,7 @@ export default MyCombinedEvents ## Using and Implementing Channels `ts-event-bus` comes with an abstract class [GenericChannel](./src/Channel.ts). -To implement your own channel create a new class extending `GenericChannel`, and call the method given by the abstract class: _connected(), _disconnected(), _error(e: Error) and _messageReceived(data: any). +To implement your own channel create a new class extending `GenericChannel`, and call the method given by the abstract class: `_connected()`, `_disconnected()`, `_error(e: Error)` and `_messageReceived(data: any)`. Basic WebSocket Channel example: ```typescript diff --git a/by_dashlane.svg b/by_dashlane.svg index 177e7ee..5263003 100644 --- a/by_dashlane.svg +++ b/by_dashlane.svg @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/package.json b/package.json index 2e0b812..fc01b87 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, { "name": "Denis Schneider", - "email": "highfivedenis@dashlane.com" + "email": "highfivedenis@gmail.com" } ], "keywords": [