Skip to content

Commit

Permalink
fix(docs): fix node typo;
Browse files Browse the repository at this point in the history
- Closes #67
  • Loading branch information
lukeed committed Nov 24, 2020
1 parent 0c7d9ac commit 113ca82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cli.md
Expand Up @@ -113,6 +113,6 @@ $ uvu -r esm tests
$ uvu -r ts-node/register tests

# After
$ uvu -r esm tests/math.js
$ uvu -r ts-node/register tests/math.ts
$ node -r esm tests/math.js
$ node -r ts-node/register tests/math.ts
```

0 comments on commit 113ca82

Please sign in to comment.