From 68fdf7b2c45d3b12a572e34646fb9d6fbb284824 Mon Sep 17 00:00:00 2001
From: Preetpal Sohal <preetpal.sohal@gmail.com>
Date: Sun, 7 Mar 2021 20:02:44 -0800
Subject: [PATCH] Fix installation instructions on README.md

Fixes Issue #530.

Also modified single quotes to be double quotes so command runs on Windows command line. Tested on Ubuntu 20.04 and Windows 10.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7b6e8b4..1d48b6d 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 fetch dfmt@"~master" && dub run dfmt -- -h
 ```
 
 ### Building from source using Make