From c2992dd1c7394b7c3592fe8ab7ba45b1ced48811 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 11 Jun 2018 04:34:34 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5517dd..9946e9d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ -SmsSenderBundle -=============== +[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) + +This project is not maintained in any way. Feel free to clone and modify to your own likes, but expect no work on it from my side. + +# SmsSenderBundle This bundle integrates with [gergelypolonkai/smssender](https://github.com/gergelypolonkai/smssender) to send SMS messages through [gergelypolonkai/smsgateway](https://github.com/gergelypolonkai/smsgateway). @@ -44,7 +47,7 @@ In YML format, the possibilities are: ## Usage -Everything is done via the gergely\_polonkai\_sms\_sender.sender service. +Everything is done via the `gergely_polonkai_sms_sender.sender` service: $sender = $container->get('gergely_polonkai_sms_sender.sender'); $sender->login();