summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fdf6186a6..a55246a41 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ To build:
Other useful commands:
# Call ninja manually.
- ./third_party/depot_tools/ninja -C out/debug :all
+ ./third_party/depot_tools/ninja -C out/debug
# Build a release binary.
DENO_BUILD_MODE=release ./tools/build.py :deno
# List executable targets.