Skip to content

Commit 7cdd514

Browse files
authored
Fix formatting of Gherkin usage example in README
1 parent 7169002 commit 7cdd514

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -896,12 +896,12 @@ Capability Description
896896

897897

898898
:toolbox: Usage Example
899-
Gherkin:
900-
Feature: Product Filtering
901-
Scenario: Apply filter using Hypermind Script
902-
Given a user is on the URL as https://example.com
903-
When execute the hypermind script "scripts/apply_filter.py" with filter_type as "Turtle Neck"
904-
Then the script should report successful filter application
899+
**Gherkin**:
900+
Feature: Product Filtering
901+
Scenario: Apply filter using Hypermind Script
902+
Given a user is on the URL as https://example.com
903+
When execute the hypermind script "scripts/apply_filter.py" with filter_type as "Turtle Neck"
904+
Then the script should report successful filter application
905905

906906

907907

0 commit comments

Comments
 (0)