From f633518f564c0603e81715ca464007e1cf21ecb3 Mon Sep 17 00:00:00 2001 From: Tibor Kotosz Date: Fri, 12 Oct 2018 09:06:30 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adf569e..bd69068 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,12 @@ Example output +------------------------+--------------+-----------------------------------------------------+ | Average execution Time | Called count | Total Cost | Step name | +------------------------+--------------+-----------------------------------------------------+ -| 1.73161 | 2 | 3,46322 | I am on page "test-product.html" | +| 1.73161 | 2 | 3.46322 | I am on page "test-product.html" | | 0.30817 | 1 | 0.30817 | I should see "$99,999.00" as the price | -| 0.05326 | 2 | 0,10652 | I should see "Add to Compare" | +| 0.05326 | 2 | 0.10652 | I should see "Add to Compare" | +------------------------+--------------+-----------------------------------------------------+ ``` ```bash Step time log has been saved. Open at /tmp/steptimelogger/step-times-1447580698.csv -``` \ No newline at end of file +```