Skip to content

Commit 927ff98

Browse files
authored
docs: use absolute url for readme image (#41)
Use absolute url for README image, so it can be displayed in the NPM site.
2 parents 6a7ca3b + 26972ad commit 927ff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">
44
<img
5-
src="docs/example1.svg"
5+
src="https://raw.githubusercontent.com/Coder-Spirit/beautiful-tree/main/docs/example1.svg"
66
style="height:300px;width:300px;"
77
alt="Tree rendered with BeautifulTree"
88
/>

0 commit comments

Comments
 (0)