Skip to content

Commit 09ca72d

Browse files
committed
badges
1 parent 3eba375 commit 09ca72d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Build Status](https://secure.travis-ci.org/AckerApple/node-dir.svg)](http://travis-ci.org/AckerApple/node-dir)
2-
[![Build status](https://ci.appveyor.com/api/projects/status/aad8t55ury0ijhe1?svg=true)](https://ci.appveyor.com/project/AckerApple/node-dir)
1+
[![Build Status](https://secure.travis-ci.org/AckerApple/path-reader.svg)](http://travis-ci.org/AckerApple/path-reader)
2+
[![Build status](https://ci.appveyor.com/api/projects/status/6sa5pfcsrix5s8va?svg=true)](https://ci.appveyor.com/project/AckerApple/path-reader)
33
[![NPM version](https://img.shields.io/npm/v/path-reader.svg?style=flat-square)](https://www.npmjs.com/package/path-reader)
44

55
# path-reader
@@ -21,6 +21,7 @@ A lightweight Node.js module with methods for some common directory and file ope
2121
- [API Docs](#api-docs)
2222
- [files](#files-api)
2323
- [promiseFiles](#promisefiles-api)
24+
- [History](#history)
2425
- [License](#license)
2526

2627
#### installation
@@ -283,5 +284,8 @@ promiseFiles(dir, type||options, options)
283284
- **shortName**=false||'relative' - instead of fullpath file names, just get the names or relative item names
284285
- **recursive**=true - traverse through all children of given path
285286

287+
## History
288+
path-reader is a fork of node-dir. The original maintainer of node-dir, @fshost, has not updated nor been heard from in some time. Use path-reader, it is far superior to node-dir.
289+
286290
## License
287291
MIT licensed (See LICENSE.txt)

0 commit comments

Comments
 (0)