diff --git a/packages/xrpl/test/integration/README.md b/packages/xrpl/test/integration/README.md index 8795e87a..d106a0f9 100644 --- a/packages/xrpl/test/integration/README.md +++ b/packages/xrpl/test/integration/README.md @@ -4,4 +4,4 @@ To run integration tests: * With docker, run `docker run -p 6006:6006 --interactive -t --volume $PWD/.ci-config:/config/ xrpllabsofficial/xrpld:latest -a --start` * Or [download and build rippled](https://xrpl.org/install-rippled.html) and run `./rippled -a --start` * If you'd like to use the latest rippled amendments, you should modify your `rippled.cfg` file to enable amendments in the `[amendments]` section. You can view `.ci-config/rippled.cfg` in the top level folder as an example of this. -2. Run `npm test:integration` or `npm test:browser` +2. Run `npm run test:integration` or `npm run test:browser`