Skip to content

Commit f7998c5

Browse files
authored
Merge pull request #20 from Kevin-Mattheus-Moerman/patch-1
Fixed path definition error in README example
2 parents 6c906c1 + 7c5ae29 commit f7998c5

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
@@ -42,7 +42,7 @@ parent(node) → typeof(node)
4242
```julia
4343
using XML
4444

45-
filename = joinpath(dirname(pathof(XML)), "..", "test", "books.xml")
45+
filename = joinpath(dirname(pathof(XML)), "..", "test", "data", "books.xml")
4646

4747
doc = read(filename, Node)
4848

0 commit comments

Comments
 (0)