Skip to content

Commit 3e246fe

Browse files
authored
Few use node <4 in 2017
1 parent e3bef40 commit 3e246fe

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ The path should either be absolute or relative to the compiled file.
2323

2424
From here you have two options.
2525

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.
26+
##### CLI Usage
2927

3028
```bash
3129
node -r source-map-support/register compiled.js
3230
```
3331

34-
##### Node < 2.2.0
32+
##### Programmatic Usage
3533

3634
Put the following line at the top of the compiled file.
3735

0 commit comments

Comments
 (0)