diff --git a/README.md b/README.md index 2b255b3..ab023bb 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,5 @@ Download initial.d and put it somewhere in your import path, then compile it alo your program and link it in. Or you can do it all at once by using -i. ``` -dmd -i -of=program program.d initial.d +dmd -i -of=program program.d ```