From 52934d6810e41a3f6f04d60a7d2f199e6703528b Mon Sep 17 00:00:00 2001 From: zyuhel Date: Fri, 26 Sep 2014 00:31:13 +0400 Subject: [PATCH] Update README.md small error in composer.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a8a80f..348f66f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Installation via [Composer](http://getcomposer.org/) * Add a `composer.json` file to your project: ```json { - "require" { + "require": { "rych/bencode": "1.0.*" } }