Update README.md (#148799)

## Summary

Update Readme.md as its having a small typo with the path to update api
test snapshots
This commit is contained in:
Achyut Jhunjhunwala 2023-01-12 13:57:50 +01:00 committed by GitHub
parent 645a9aa2d3
commit 0f155bd2cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ node x-pack/plugins/apm/scripts/test/api --runner --basic --grep-files=error_gro
To update snapshots append `--updateSnapshots` to the `--runner` command:
```
node scripts/test/api --runner --basic --updateSnapshots
node x-pack/plugins/apm/scripts/test/api --runner --basic --updateSnapshots
```
(The test server needs to be running)