Skip to content

Commit

Permalink
Merge pull request #20 from Kevin-Mattheus-Moerman/patch-1
Browse files Browse the repository at this point in the history
Fixed path definition error in README example
  • Loading branch information
joshday authored Dec 13, 2023
2 parents 6c906c1 + 7c5ae29 commit f7998c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parent(node) → typeof(node)
```julia
using XML

filename = joinpath(dirname(pathof(XML)), "..", "test", "books.xml")
filename = joinpath(dirname(pathof(XML)), "..", "test", "data", "books.xml")

doc = read(filename, Node)

Expand Down

0 comments on commit f7998c5

Please sign in to comment.