Skip to content

Commit

Permalink
Update readme for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jul 24, 2019
1 parent f6ecdc9 commit e4da38c
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 @@ -329,7 +329,7 @@ This runs Jest v24.x in watch mode. See [https://jestjs.io](https://jestjs.io) f

## Hosting extracted Errors

After running `--extractErrors`, you will have a `codes.json` file with all your extracted error codes. You will need to host the decoder somewhere (with the URL that you passed in to `--extractErrors`).
After running `--extractErrors`, you will have a `./errors/codes.json` file with all your extracted error codes. You will need to host the decoder somewhere (with the URL that you passed in to `--extractErrors`).

_Simple guide to host error codes to be completed_

Expand Down

0 comments on commit e4da38c

Please sign in to comment.