From 3479e737076a156518e4d32575029161151c0c8f Mon Sep 17 00:00:00 2001 From: Preetpal Sohal Date: Thu, 11 Mar 2021 06:40:44 -0800 Subject: [PATCH] Fix installation instructions on README.md (#531) * Fix installation instructions on README.md Fixes Issue #530. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b6e8b4..7ec9818 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ when using the **--inplace** option. ### Installing with DUB ```sh -> dub fetch --version='~master' dfmt && dub run dfmt -- -h +> dub run dfmt -- -h ``` ### Building from source using Make