diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md index ee6006b4b..600e4fecc 100644 --- a/website/manual.md +++ b/website/manual.md @@ -160,7 +160,7 @@ cargo build -vv ./target/debug/deno tests/002_hello.ts # Test. -CARGO_TEST=1 ./tools/test.py +./tools/test.py # Format code. ./tools/format.py |