Skip to content

Commit c022de5

Browse files
committed
doc
1 parent dd393a5 commit c022de5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ Date|timestamp ext format family|Date (*4)
175175

176176
## Prerequsites
177177

178+
This is a universal JavaScript library that supports major browsers and NodeJS.
179+
178180
### ECMA-262
179181

180182
* ES5 language features
@@ -187,7 +189,7 @@ ES2018 standard library used in this library can be polyfilled. For example, [co
187189

188190
### NodeJS
189191

190-
If you use this library in NodeJS v10 or later is required, but NodeJS v12 is recommended because it includes the V8 feature of [Improving DataView performance in V8](https://v8.dev/blog/dataview).
192+
NodeJS v10 is required, but NodeJS v12 or later is recommended because it includes the V8 feature of [Improving DataView performance in V8](https://v8.dev/blog/dataview).
191193

192194
## Benchmark
193195

0 commit comments

Comments
 (0)