Index: README.md |
diff --git a/README.md b/README.md |
index 3c6e32b75560d7645a1fb1f986492ec5d12235d3..f5fe693936396cbc0ff320336273186c4018a334 100644 |
--- a/README.md |
+++ b/README.md |
@@ -98,7 +98,7 @@ well by passing `pub run test:test -p chrome path/to/test.dart`. |
`test` will take care of starting the browser and loading the tests, and all |
the results will be reported on the command line just like for VM tests. In |
fact, you can even run tests on both platforms with a single command: `pub run |
-test:test -p chrome,vm path/to/test.dart`. |
+test:test -p "chrome,vm" path/to/test.dart`. |
### Restricting Tests to Certain Platforms |