From e2e7303cc35fea15b701e08128fe17b84322bb4f Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 18 Oct 2019 12:29:17 +0000 Subject: [PATCH] Update README.md Co-Authored-By: J. Ryan Stinnett --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4c2e5a5d5..1265c2bd77 100644 --- a/README.md +++ b/README.md @@ -171,5 +171,5 @@ yarn test ## End-to-End tests -Make sure you've got your riot development server running (by doing `yarn start` in riot-web), and then in this project, run `yarn run e2etests`. +Make sure you've got your Riot development server running (by doing `yarn start` in riot-web), and then in this project, run `yarn run e2etests`. See `test/end-to-end-tests/README.md` for more information.