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" } ```