From 246f9a101d44119f316efe1af1a78c9a20319d83 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 3 Oct 2017 15:36:33 -0600 Subject: [PATCH] curl, not url --- docs/CREDITS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CREDITS.md b/docs/CREDITS.md index e15f49b..3dab52d 100644 --- a/docs/CREDITS.md +++ b/docs/CREDITS.md @@ -10,7 +10,7 @@ Word List `answer_words.txt` was obtained thus: - url https://raw.githubusercontent.com/first20hours/google-10000-english/master/google-10000-english-no-swears.txt | grep ...... > answer_words.txt + curl https://raw.githubusercontent.com/first20hours/google-10000-english/master/google-10000-english-no-swears.txt | grep ...... > answer_words.txt That repository says: