Skip to content

Commit

Permalink
docs: fix misspellings about ts-node-dev (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca committed Oct 23, 2020
1 parent 8af10a5 commit 5a90aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -290,7 +290,7 @@ import UntypedJsLib from "untyped_js_lib"

**TypeScript Node** compiles source code via `require()`, watching files and code reloads are out of scope for the project. If you want to restart the `ts-node` process on file change, existing node.js tools such as [nodemon](https://github.com/remy/nodemon), [onchange](https://github.com/Qard/onchange) and [node-dev](https://github.com/fgnass/node-dev) work.

There's also [`ts-node-dev`](https://github.com/whitecolor/ts-node-dev), a modified version of [`node-dev`](https://github.com/fgnass/node-dev) using `ts-node` for compilation and won't restart the process on file change.
There's also [`ts-node-dev`](https://github.com/whitecolor/ts-node-dev), a modified version of [`node-dev`](https://github.com/fgnass/node-dev) using `ts-node` for compilation that will restart the process on file change.

## License

Expand Down

0 comments on commit 5a90aac

Please sign in to comment.