Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 26, 2018
1 parent 64f77f2 commit 8f981b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
reader-stat
===

Reads the directory files and adds the stat info.
Reads the directory files and adds the [stat](http://nodejs.cn/api/fs.html#fs_class_fs_stats) info.

## Install

Expand Down Expand Up @@ -48,7 +48,7 @@ readdir('/').then((files) => {
})
```

Read a single directory or file the stat info.
Read a single directory or file the [stat](http://nodejs.cn/api/fs.html#fs_class_fs_stats) info.

```js
const { getStat } = require('reader-stat');
Expand Down

0 comments on commit 8f981b2

Please sign in to comment.