Fixed dub.json in the Getting Started tutorial.

This commit is contained in:
Ferdinand Majerech 2014-08-07 15:27:48 +02:00
parent e7131aafa9
commit 034f5d8f86
2 changed files with 3 additions and 3 deletions

View file

@ -144,7 +144,7 @@ Create a file called ``dub.json`` with the following contents:
"mainSourceFile": "main.d",
"dependencies":
{
"dyaml": { "version" : "~>0.5.0", "path" : "../../"},
"dyaml": { "version" : "~>0.5.0" },
},
}