Skip to content

Commit 247dabd

Browse files
Enhanced the installation instructions
1 parent 6ac2385 commit 247dabd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ Features
2929

3030

3131

32-
Install
33-
----------------------------------
34-
35-
```
36-
npm install @jsdevtools/readdir-enhanced
37-
```
38-
39-
40-
4132
Example
4233
----------------------------------
4334

@@ -83,6 +74,16 @@ let stream = readdir.stream("my/directory")
8374
8475
8576
77+
Installation
78+
--------------------------
79+
Install using [npm](https://docs.npmjs.com/about-npm/):
80+
81+
```bash
82+
npm install @jsdevtools/readdir-enhanced
83+
```
84+
85+
86+
8687
Pick Your API
8788
----------------------------------
8889
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

Comments
 (0)