Skip to content

Commit 9ca04b8

Browse files
committed
Renamed my-project to your-project in usage example
1 parent ae57b9c commit 9ca04b8

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
@@ -35,7 +35,7 @@ import find_project_root
3535

3636
# Find from current dir
3737
root = find_project_root()
38-
print(root) # e.g. /home/user/projects/my-project
38+
print(root) # e.g. /home/user/projects/your-project
3939
```
4040

4141
_Note: Most type checkers will falsely warn_ `find_project_root` _is not a callable module because they are incapable of analyzing runtime behavior (where the module is replaced w/ a function for cleaner, direct access). You can safely suppress such warnings using_ `# type: ignore`.

0 commit comments

Comments
 (0)