From 1af1008ac96ad39e602d1776b2a31ea3a36aa6e6 Mon Sep 17 00:00:00 2001 From: Salman Zafar Date: Fri, 1 Mar 2019 14:46:37 +0500 Subject: [PATCH] Updated readme and .json with the required changes --- Readme.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 17b5d72..a2b5dc0 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Laravel MQTT Package -A simple Package that can be used to connect to Mqtt using laravel +A simple Laravel 5 Library to connect/publish to MQTT broker Based on [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT) diff --git a/composer.json b/composer.json index f450e3c..b039728 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "salmanzafar/laravel-mqtt", - "description": "A simple MQTT Library to connect/publish/subscribe to a MQTT broker using Laravel 5", + "description": "A simple Laravel 5 Library to connect/publish to MQTT broker", "type": "library", "license": "MIT", "authors": [