From b8b74a5096629857d5a5c3ce6efc32cb7f1cc96d Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 13 Dec 2016 20:07:48 +0100 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a060b..1a603ca 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ When testing your contribs, generate files via merge.sh or use bootstrap.sh whic Unit tests are run by travis on every PR, but you may also run them manually which adds some tests that travis can't do, via dev/tests/run_tests.sh SSH port can be changed on the fly via environment variable SSH_PORT, eg: SSH_PORT=2222 dev/tests/run_tests.sh -Consider reading CODING_CONVENTION.TXT before submitting a patch. +Consider reading CODING_CONVENTIONS.TXT before submitting a patch. Troubleshooting ---------------