diff --git a/README.md b/README.md index 2bda34b..f88d7e5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Bundle for sending push notifications to apple/android/windows ## Install: ### Composer: ````bash -composer require issetbv/pushnotificationbundle +composer require issetbv/push-notification-bundle ```` ### config To send messages add connections to the isset_bv_push_notification config @@ -79,4 +79,4 @@ $center->flushQueue(); // if you only want to flush the live_other queue // $center->flushQueue('live_other'); echo $envelope->getState(); -```` \ No newline at end of file +````