Skip to content

Commit 7c5ae29

Browse files
Fixed path definition error in README example
Fixed the read file example. The books.xml example xml file is actually contained in the data folder.
1 parent 6c906c1 commit 7c5ae29

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)