Fixed dub.json in the Getting Started tutorial.
This commit is contained in:
parent
e7131aafa9
commit
034f5d8f86
2 changed files with 3 additions and 3 deletions
|
@ -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" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue