Skip to content

Commit

Permalink
Prefer copy over move for example localConfig in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jan 29, 2024
1 parent 319dd64 commit 2c47f7e
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 @@ -52,7 +52,7 @@ If you need to change the tag the suites will run on you can change it in `./con
### Testing Locally

If you want to test implementations or just endpoints running locally, you can
rename `localImplementationsConfig.cjs` to `.localImplementationsConfig.cjs`
copy `localImplementationsConfig.cjs` to `.localImplementationsConfig.cjs`
in the root directory of the test suite.

```bash
Expand Down

0 comments on commit 2c47f7e

Please sign in to comment.