diff options
Diffstat (limited to 'std/manual.md')
-rw-r--r-- | std/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/manual.md b/std/manual.md index 78037ad1e..99feef15b 100644 --- a/std/manual.md +++ b/std/manual.md @@ -1538,7 +1538,7 @@ Build with Cargo: cargo build -vv # Run: -./target/debug/deno tests/002_hello.ts +./target/debug/deno cli/tests/002_hello.ts ``` #### Testing and Tools |