From 0db6e2f76c0045eb464ed3fa9b7800f07f875359 Mon Sep 17 00:00:00 2001 From: Kieran Ryan Date: Fri, 15 Mar 2024 22:07:37 +0000 Subject: [PATCH] Simplify usage documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 136c772..b516a8e 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ repository/ Finally, execute Behave. The scenario will run with the step definitions using the Cucumber Expressions parameter type. ```console -$ behave features +$ behave Feature: Color selection # features/Gherkin.feature:1 Rule: User can select a profile color Scenario: User selects a valid color # features/Gherkin.feature:5