From 8bca94276013139eba6134e11049b189876f11d6 Mon Sep 17 00:00:00 2001 From: hedhyw Date: Tue, 2 May 2023 14:25:55 +0300 Subject: [PATCH] fix: simplified template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98cc709..c991109 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ f.TestCases(testCases, func(t *testing.T, f *bdd.Feature, tc testCase) { ## Simplified template A simplified template is also available. It uses only the std [testing](https://pkg.go.dev/testing) package without any other dependency. Steps are defined by comments. -Provide `-template std.simple.v1.go.tmpl` to to use [this](internal/assets/std.simple.v1.go.tmpl) template. +Provide `-template @/std.simple.v1.go.tmpl` to to use [this](internal/assets/std.simple.v1.go.tmpl) template. ```go func TestApplicationCommandLineTool(t *testing.T) {