Skip to content

Commit

Permalink
Task: Update size examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nspragg committed Apr 9, 2016
1 parent 3f2e341 commit 5420a73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -65,6 +65,11 @@ const files = FileHound.create()
.paths('/some/dir')
.size('>1024')
.find();

const files = FileHound.create()
.paths('/some/dir')
.size('<=1mb')
.find();
```

#### Combining filters
Expand Down

0 comments on commit 5420a73

Please sign in to comment.