From 8685f2a4241a1a9f09997cfb83aa4c17453ac8cf Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Sat, 2 May 2026 07:28:18 +0900 Subject: [PATCH] Fix an example of specify worker number option It seems that we need to specify a subcommand first. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f97b63..3ec83e0 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ But beware, if you're using ActiveRecord in your suite you'll need to avoid doin If you'd like to limit the number of forked workers, you can pass the 'w' flag: ```sh -$ flatware -w 3 +$ flatware rspec -w 3 ``` You can also pass most cucumber/rspec options to Flatware. For example, to run only