Skip to content

Commit cecef7a

Browse files
committed
Improve Node.js availability documentation
1 parent 4cd3955 commit cecef7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ If you find this project useful and would like to support its development, consi
5757
### strtok3 methods
5858

5959
Use one of the methods to instantiate an [*abstract tokenizer*](#tokenizer-object):
60-
- [fromFile](#fromfile-function)[^1]
61-
- [fromStream](#fromstream-function)[^1]
60+
- [fromFile](#fromfile-function)*
61+
- [fromStream](#fromstream-function)*
6262
- [fromWebStream](#fromwebstream-function)
6363
- [fromBuffer](#frombuffer-function)
6464

65-
[^1]: Only available when importing this module with Node.js
65+
> **_NOTE:_** * `fromFile` and `fromStream` only available when importing this module with Node.js
6666
6767
All methods return a [`Tokenizer`](#tokenizer-object), either directly or via a promise.
6868

0 commit comments

Comments
 (0)