Skip to content

Commit 5798b43

Browse files
committed
update versioning notice
1 parent fed5f38 commit 5798b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Look up flags and options can be used [in ts-node's docs](https://github.com/Typ
5151
* `--watch` - Explicitly add arbitrary files or folders to watch and restart on change (list separated by commas, [chokidar](https://github.com/paulmillr/chokidar) patterns)
5252
* `--exit-child` - Adds 'SIGTERM' exit handler in a child process.
5353
* `--rs` - Allow to restart with "rs" line entered in stdio, disabled by default.
54-
* `--no-notify` - Do not display desktop-notifications (Notifications are only displayed if `node-notifier` is installed).
54+
* `--notify` - to display desktop-notifications (Notifications are only displayed if `node-notifier` is installed).
5555

5656
If you need to detect that you are running with `ts-node-dev`, check if `process.env.TS_NODE_DEV` is set.
5757

@@ -75,7 +75,7 @@ If you need to detect that you are running with `ts-node-dev`, check if `process
7575

7676
## Versioning
7777

78-
Currently versioning is not stable and the package is still treated as pre-release. You might expect some options API changes, if you want to avoid unexpected problems it is recommended to fixate the installed version.
78+
Currently versioning is not stable and it is still treated as pre-release. You might expect some options API changes. If you want to avoid unexpected problems it is recommended to fixate the installed version and update only in case of issues, you may consult [CHANGELOG](CHANGELOG.md) for updates.
7979

8080
## License
8181

0 commit comments

Comments
 (0)