summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1246542..332fa0f 100644
--- a/README
+++ b/README
@@ -49,7 +49,7 @@ Building Applications using DMagick:
It's advised to use pkg-config when building applications using
DMagick as distrobutions usualy don't include the latest version
of ImageMagick.
- dmd myapp.d `pkg-config --cflags --libs`
+ dmd myapp.d `pkg-config --cflags --libs DMagick`
Windows:
--------