From 0a70726267514229f87edea7705b39698b11c971 Mon Sep 17 00:00:00 2001 From: Tom Fleet Date: Wed, 20 Nov 2024 08:26:37 +0000 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a4f666..b508007 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ import ( "github.com/FollowTheProcess/snapshot" ) -var update = flag.Bool("update", false, "Update golden files") +var update = flag.Bool("update", false, "Update snapshots automatically") func TestSomething(t *testing.T) { // Tell snapshot to update everything if the -update flag was used