Skip to content

Commit 0747dbc

Browse files
committed
Expanded comments
1 parent 86dee18 commit 0747dbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"path": "", // starting dir to search for project root (default: CWD)
33
"max_depth": 9, // max levels to traverse up
4-
"markers": "" // custom marker files to look for
4+
"markers": "" // custom marker files to look for (e.g. "manifest.json,background.js")
55
}

find-project-root/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Example defaults:
140140
{
141141
"path": "", // starting dir to search for project root (default: CWD)
142142
"max_depth": 9, // max levels to traverse up
143-
"markers": "" // custom marker files to look for
143+
"markers": "" // custom marker files to look for (e.g. "manifest.json,background.js")
144144
}
145145
```
146146

0 commit comments

Comments
 (0)