Skip to content

Commit 485370e

Browse files
committed
Changed marker input in last example to hint can be used for non-Py projects
1 parent 877bd83 commit 485370e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

find-project-root/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ root = find_project_root(markers=['.git', 'pyproject.toml', 'requirements.txt'])
6868

6969
Combine options:
7070
```py
71-
root = find_project_root(path='src', max_depth=5, markers=['.git'])
71+
root = find_project_root(path='src', max_depth=5, markers=['manifest.json'])
7272
```
7373

7474
## MIT License

0 commit comments

Comments
 (0)