From ccb3864dc8d496f877288e9b55fe2b0a16d13cd6 Mon Sep 17 00:00:00 2001 From: Maksym Kryvchun Date: Tue, 2 May 2023 14:42:55 +0300 Subject: [PATCH] fix: simplified template path (#83) --- 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) {