From ca4eca2049923112fd8e4dcdad81b085cd2f3cbf Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 8 Nov 2017 13:38:55 +0300 Subject: [PATCH] Bugfixes --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83dd91257..389151fee 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Make sure you also have these set in the composer.json: Then you can require the package by addding the following line to the require section: ``` -"danog/madelineproto":" dev-master" +"danog/madelineproto":"dev-master" ``` diff --git a/docs/index.md b/docs/index.md index 9e02f855c..09b0ffbd0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -136,7 +136,7 @@ Make sure you also have these set in the composer.json: Then you can require the package by addding the following line to the require section: ``` -"danog/madelineproto":" dev-master" +"danog/madelineproto":"dev-master" ```