From a1d86640792d36dbebb6ba8a8e0db1886303b0b4 Mon Sep 17 00:00:00 2001 From: Vagner do Carmo Date: Sat, 9 May 2015 05:23:19 -0300 Subject: [PATCH] Refactoring With Contracts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c130c9..dd7219d 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ $app->get('/publish', function() { public function publishSomethingAwesome(\Vluzrmos\Socketio\Contracts\Broadcast $broadcast){ $broadcast->publish('channel', 'awesome-event', 'An message'); - // or just use the helper without inject \Vluzrmos\Socketio\Broadcast + // or just use the helper without inject \Vluzrmos\Socketio\Contracts\Broadcast publish('channel', 'awesome-event', 'An message'); }