From dff4cebc43367c5670f0d668beb77f4a4d0fc944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Brala?= Date: Tue, 14 Jun 2016 17:29:16 +0200 Subject: [PATCH] Missed backslash --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 3261872..ea5b5d2 100644 --- a/README.MD +++ b/README.MD @@ -42,7 +42,7 @@ There are currently 3 parsers defined. PhpUnit, Codeception and Behat. A parser is a small class that defines how to find files that are tests, and how to count tests for that type. -A parser return an array with ``Swis\GoT\Result`` objects that contain +A parser return an array with ``\Swis\GoT\Result`` objects that contain the information on the test. ## Example command