From 80c2e080aa30a01b80aa163342e16cda889b0d49 Mon Sep 17 00:00:00 2001 From: David Hanina Date: Tue, 25 Feb 2025 10:13:45 +0100 Subject: [PATCH] Fix italic in markdown Signed-off-by: David Hanina --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ad473db..acf76b25 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ and select desired feature file you want to execute. #### Adding new tests -The integration tests use the **.feature** suffix and can be found in the *tests* subfolder, together with the steps describing each feature. +The integration tests use the **.feature** suffix and can be found in the _tests_ subfolder, together with the steps describing each feature. ### Unit tests