From a1ac84ae7a3aa74b101d2de5d079f21836ea0be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Aereal=20Ae=C3=B3n?= Date: Mon, 17 Sep 2012 03:28:10 -0300 Subject: [PATCH] Updating readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ab821..cd6c70a 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Sample of one of the generated files from above: ### Why JSON in test files? -The main purpose of using JSON in **default.cfg** and ***.test** files is to give +The main purpose of using JSON in **default.cfg** and **.test** files is to give users a chance to customize their requests as much as possible. JSON seemed right, since it's parseable in most of the languages and it's easier to read than object serialization.