diff --git a/README.md b/README.md index 70fdca982..ab19d7c87 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,13 @@ echo "console.log('Hello, world!')" | ts-node ### Mocha ```sh -mocha --require ts-node/register ... +mocha --require ts-node/register [...args] ``` ### Tape ```sh -ts-node node_modules/tape/bin/tape ... +ts-node node_modules/tape/bin/tape [...args] ``` ### Gulp