fix readme mistake

This commit is contained in:
Jeremy Baxter 2024-02-06 12:31:49 +13:00
parent 9fe1a5199b
commit 1f322e9bb9

View file

@ -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
```