Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Nov 20, 2024
1 parent 30f1e10 commit 0a70726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a70726

Please sign in to comment.