diff --git a/readme.md b/readme.md index e459b66..9564861 100644 --- a/readme.md +++ b/readme.md @@ -47,7 +47,6 @@ myUniverse.start(8765); // start the server and provide the port on which to lis All your microservices represents clients in the universe that may talk to each other using the universe server. - ## Contribution We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can [contribute one time](https://lossless.link/contribute-onetime) or [contribute monthly](https://lossless.link/contribute). :) diff --git a/ts/smartuniverse.classes.broadcastsubscription.ts b/ts/smartuniverse.classes.broadcastsubscription.ts index ae5046c..597d3c5 100644 --- a/ts/smartuniverse.classes.broadcastsubscription.ts +++ b/ts/smartuniverse.classes.broadcastsubscription.ts @@ -1,3 +1,5 @@ import * as plugins from './smartuniverse.plugins'; -export class BroadcastSUbscription {} +export class BroadcastSubscription { + +}