Skip to content

Commit 2ef4184

Browse files
committed
Merge pull request #65 from deathcap/patch-1
Fix fs.readdirSync arguments in readme
2 parents 012e539 + b7d0316 commit 2ef4184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ brfs looks for:
8686

8787
* `fs.readFileSync(pathExpr, enc=null)`
8888
* `fs.readFile(pathExpr, enc=null, cb)`
89-
* `fs.readdirSync(pathExpr, cb)`
89+
* `fs.readdirSync(pathExpr)`
9090
* `fs.readdir(pathExpr, cb)`
9191

9292
Inside of each `pathExpr`, you can use

0 commit comments

Comments
 (0)