Fix npx comment
diff --git a/README.md b/README.md
index a5068f4..996fe97 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@
$ yarn create @bazel
```
-> These commands are equivalent to `npx run @bazel/create` which downloads the latest version of the `@bazel/create` package from npm and runs the program contained.
+> These commands are equivalent to `npx @bazel/create` which downloads the latest version of the `@bazel/create` package from npm and runs the program contained.
See the output of the tool for command-line options and next steps.