We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bef40 commit 3e246feCopy full SHA for 3e246fe
1 file changed
README.md
@@ -23,15 +23,13 @@ The path should either be absolute or relative to the compiled file.
23
24
From here you have two options.
25
26
-##### Node >= 2.2.0
27
-
28
-Node 2.2.0 added the `-r` command line argument, so if you're using 2.2.0 or greater, you can use the following to run your code.
+##### CLI Usage
29
30
```bash
31
node -r source-map-support/register compiled.js
32
```
33
34
-##### Node < 2.2.0
+##### Programmatic Usage
35
36
Put the following line at the top of the compiled file.
37
0 commit comments