diff --git a/README.md b/README.md index ce8b4c7c2..944ca8fcd 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Create a new node.js configuration, add `-r ts-node/register` to node args and m } ``` -> TIP: If you are using the `--project ` commandline argument as per the [Configuration Options](#configuration-options), and want to apply this same behavior when launching in VS Code, add an "env" key into the launch configuration: `"env": { "TS_NODE_PROJECT": "" }` +**Note:** If you are using the `--project ` command line argument as per the [Configuration Options](#configuration-options), and want to apply this same behavior when launching in VS Code, add an "env" key into the launch configuration: `"env": { "TS_NODE_PROJECT": "" }`. ## How It Works