Skip to content

Commit 2669c4f

Browse files
committed
Update doc filepaths to be more general
1 parent 209af44 commit 2669c4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Following is a `core.print_stacktrace` example:
4343

4444
```txt
4545
Stacktrace:
46-
in core.stacktrace_print (/home/edwin/repos/bash-core/.hidden/test.sh:0)
47-
in err_handler (/home/edwin/repos/bash-core/.hidden/test.sh:36)
48-
in fn3 (/home/edwin/repos/bash-core/.hidden/test.sh:48)
49-
in fn2 (/home/edwin/repos/bash-core/.hidden/test.sh:53)
50-
in fn (/home/edwin/repos/bash-core/.hidden/test.sh:57)
46+
in core.stacktrace_print (/tmp/test.sh:0)
47+
in err_handler (/tmp/test.sh:36)
48+
in fn3 (/tmp/test.sh:48)
49+
in fn2 (/tmp/test.sh:53)
50+
in fn (/tmp/test.sh:57)
5151
```
5252

5353
## Installation

0 commit comments

Comments
 (0)