From 68ee3469a16c52687099ca0675bb560b4659a264 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 23 Aug 2020 20:14:36 -0600 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c437bf..ffe9919 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ every language, and they can be run as follows: Filters can be for language (`python`, `java`) or test type (`hello`, `lsp`). You can comma-delimit multiple filters to do a disjunction, -and space-delimit them to do a conjunction (`hello python,java`) for -the `hello` tests for `python` and `java`. +and space-delimit them to do a conjunction (`yarn test hello +python,java` for the `hello` tests for `python` and `java`). The tests are run automatically when building the production image, and fail the build if they fail.