Skip to content

Commit

Permalink
Fix npx comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored May 30, 2019
1 parent 69b43cf commit bd052d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ or if you prefer yarn,
$ 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.

Expand Down

0 comments on commit bd052d3

Please sign in to comment.