Updated How to ask for help (markdown)
diff --git a/How-to-ask-for-help.md b/How-to-ask-for-help.md
index a75e8ff..84d064e 100644
--- a/How-to-ask-for-help.md
+++ b/How-to-ask-for-help.md
@@ -42,7 +42,7 @@
The best way to get help is to show
-1. **What you did what you did, ideally with a small complete, stand-alone, example.**
+1. **What you did, ideally with a small complete, stand-alone, example.**
If you ran a command, show the command that you ran. If your program failed, provide the source of the program that failed. If the program is too large, or you cannot share the source, instead provide a self contained, runnable example, that demonstrates the problem.
2. **What you expected to happen.** If you expected the command to complete successfully, say that. If you expected the program to produce a particular output, give an example of the output you expected.
3. **What happened instead.**