Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soenkekluth authored Mar 29, 2018
1 parent ab5645c commit d3a8c4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/soenkekluth/glob-adapter.svg?branch=master)](https://travis-ci.org/soenkekluth/glob-adapter)

# glob-adapter
same interface for different glob implementations

Expand All @@ -24,4 +26,4 @@ console.log(res); // ['file1.js', 'file2.js']
const fastGlob = adapter('fast-glob');
const res = await fastGlob.read('./*.js');
console.log(res); // ['file1.js', 'file2.js']
```
```

0 comments on commit d3a8c4e

Please sign in to comment.