From 0e8754c287b208f22f8d363141e24c6500ee705d Mon Sep 17 00:00:00 2001 From: Tristan Hume Date: Sat, 9 May 2015 13:31:39 -0400 Subject: [PATCH] Fix up installation JSON. --- Readme.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 832284f..52a7189 100644 --- a/Readme.md +++ b/Readme.md @@ -17,11 +17,8 @@ Before using, you will need to have the DBus C library installed on your compute `ddbus` is available on [DUB](http://code.dlang.org/packages/ddbus) so you can simply include it in your `dub.json`: ```json -{ - ... - "dependencies": { - "ddbus": "~>1.0.0" - } +"dependencies": { + "ddbus": "~>1.0.0" } ```