From 643b4285679a9d43e1fb4f3c43c10e6ef9423e47 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 26 Sep 2025 19:18:34 -0400 Subject: [PATCH] Update README.md (#2) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebdae37..12e5caa 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ test content processed: test content ``` -Running the test will compile the CLI program, make it available to the testscript environment, and run the specified commands. +Running the test will compile the CLI program, make it available to the testscript environment, run the specified commands, and check its output. ## Installation @@ -113,7 +113,7 @@ custom-cmd arg1 arg2 arg3 ## Test Script Format -Test scripts use the `.txtar` format. For complete format documentation, see the [original Go testscript documentation](https://github.com/rogpeppe/go-internal/tree/master/testscript). For examples, see the [`testdata/`](testdata/) directory in this repository. +Test scripts use the `.txtar` format. For complete format documentation, see the [original Go testscript documentation]([https://github.com/rogpeppe/go-internal/tree/master/testscript](https://pkg.go.dev/github.com/rogpeppe/go-internal@v1.14.1/testscript#Params)). ### Built-in Commands