diff --git a/README.md b/README.md index c28ea75..ee4d377 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Creation of message bus and registration of listeners: // create as many instances as necessary // bind it to any upper bound - MBassador bus = new MBassador(); + MBassador bus = new MBassador(BusConfiguration.Default()); ListeningBean listener = new ListeningBean(); // the listener will be registered using a weak-reference bus.subscribe(listener);