From 68aaa83cdf537b0771bba899e0fc119fda1ccf9d Mon Sep 17 00:00:00 2001 From: thatHexa Date: Mon, 28 Nov 2016 12:08:28 +0200 Subject: [PATCH] Fixed a typo Nobody's perfect :( --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a9bcec9..1c4f9b74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,6 @@ When adding new "Hello World" programs, please name the file according to the la Use ```bash -cat README_nolist.md > README.md; echo >> README.md; echo "### This repository surrently contains "Hello World" programs in the following languages:" >> README.md; ruby list_langs.rb >> README.md +cat README_nolist.md > README.md; echo >> README.md; echo "### This repository currently contains "Hello World" programs in the following languages:" >> README.md; ruby list_langs.rb >> README.md ``` for updating the list of languages in `README.md` (make sure you are in the repository's root directory when invoking those commands).