diff --git a/README.md b/README.md index bb960d6b70..0494533eea 100644 --- a/README.md +++ b/README.md @@ -476,9 +476,9 @@ PG_DATABASE dinotest go test --tags=examples,exp ./... ``` -### Regenerate exepected test output +### Regenerate expected test output -If you need to update a large number of expexted test output in the +If you need to update a large number of expected test output in the `internal/endtoend/testdata` directory, run the `regenerate.sh` script. ```