From 49a214686a1f3fdd3e873ff091388cd01bc49016 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 8 Mar 2012 01:23:39 +0100 Subject: [PATCH] Fix typo --- doc/02-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-libraries.md b/doc/02-libraries.md index c38f9f7f0..f5763b27a 100644 --- a/doc/02-libraries.md +++ b/doc/02-libraries.md @@ -123,7 +123,7 @@ We do this by adding a package repository specification to the blog's "type": "vcs", "url": "https://github.com/composer/hello-world" } - }, + ], "require": { "acme/hello-world": "dev-master" }