Skip to content

Commit

Permalink
Input form package author :)
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Mar 23, 2016
1 parent e7a8f42 commit 59b40cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ echo "console.log('Hello, world!')" | ts-node
### Mocha

```sh
mocha --require ts-node/register <files or file-globs>...
mocha --require ts-node/register [...args]
```

### Tape

```sh
ts-node node_modules/tape/bin/tape <files or file-globs>...
ts-node node_modules/tape/bin/tape [...args]
```

### Gulp
Expand Down

0 comments on commit 59b40cd

Please sign in to comment.