Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit ba6df62

Browse files
patch, changes in readme
1 parent 8c5dc4f commit ba6df62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ To use, please press tab after _shortkeys_ expressed as following.
5454
- `dirn` dirname
5555

5656
**boilerplate code for requiring core modules**
57+
5758
_For ES5_: var util = require('util');
5859
- `util`
5960
- `http`
@@ -64,6 +65,7 @@ _For ES5_: var util = require('util');
6465
- `stream`
6566
- `qstring`
6667
- `assert`
68+
6769
_For ES6_: const util = require('util');
6870
- `util6`
6971
- `http6`

0 commit comments

Comments
 (0)