From 6680648ef8197bf65849eb128ee4a2473b002bf5 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Wed, 29 Jul 2015 09:29:04 -0400 Subject: [PATCH] fix dlv version typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae76b02e..cdcd441a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ If you'd like to join the discussion, join the gitter chat (link in README). When filing an issue, make sure to answer these five questions: -1. What version of Delve are you using (`dlv -version`)? +1. What version of Delve are you using (`dlv version`)? 2. What version of Go are you using? (`go version`)? 3. What operating system and processor architecture are you using? 4. What did you do?