We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac2385 commit 247dabdCopy full SHA for 247dabd
README.md
@@ -29,15 +29,6 @@ Features
29
30
31
32
-Install
33
-----------------------------------
34
-
35
-```
36
-npm install @jsdevtools/readdir-enhanced
37
38
39
40
41
Example
42
----------------------------------
43
@@ -83,6 +74,16 @@ let stream = readdir.stream("my/directory")
83
74
84
75
85
76
77
+Installation
78
+--------------------------
79
+Install using [npm](https://docs.npmjs.com/about-npm/):
80
+
81
+```bash
82
+npm install @jsdevtools/readdir-enhanced
+```
86
87
Pick Your API
88
89
Readdir Enhanced has multiple APIs, so you can pick whichever one you prefer. Here are some things to consider about each API:
0 commit comments