Skip to content

Commit

Permalink
Merge pull request #287 from yarastqt/yarastqt.fix-readme-typo
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mrmlnc committed Jan 16, 2021
2 parents 19cdcb7 + 685ca59 commit f22f40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -415,8 +415,8 @@ fg.sync('*.js', { absolute: true }); // ['/home/user/index.js']
Mark the directory path with the final slash.

```js
fs.sync('*', { onlyFiles: false, markDirectories: false }); // ['index.js', 'controllers']
fs.sync('*', { onlyFiles: false, markDirectories: true }); // ['index.js', 'controllers/']
fg.sync('*', { onlyFiles: false, markDirectories: false }); // ['index.js', 'controllers']
fg.sync('*', { onlyFiles: false, markDirectories: true }); // ['index.js', 'controllers/']
```

#### objectMode
Expand Down

0 comments on commit f22f40c

Please sign in to comment.