Skip to content

Commit 7b3dc22

Browse files
committed
Update README
1 parent e563b3e commit 7b3dc22

File tree

3 files changed

+4423
-1305
lines changed

3 files changed

+4423
-1305
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ npm install tslog
5757

5858
In order to run a native ES module in Node.js, you have to do two things:
5959

60-
1) Set `"type": "module` in `package.json`.
61-
2) Start with `--experimental-specifier-resolution=node`
60+
1) Set `"type": "module"` in `package.json`.
61+
2) For now, start with `--experimental-specifier-resolution=node`
6262

6363
Example `package.json`
6464
```json

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ npm install tslog
5757

5858
In order to run a native ES module in Node.js, you have to do two things:
5959

60-
1) Set `"type": "module` in `package.json`.
61-
2) Start with `--experimental-specifier-resolution=node`
60+
1) Set `"type": "module"` in `package.json`.
61+
2) For now, start with `--experimental-specifier-resolution=node`
6262

6363
Example `package.json`
6464
```json

0 commit comments

Comments
 (0)