We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c906c1 + 7c5ae29 commit f7998c5Copy full SHA for f7998c5
1 file changed
README.md
@@ -42,7 +42,7 @@ parent(node) → typeof(node)
42
```julia
43
using XML
44
45
-filename = joinpath(dirname(pathof(XML)), "..", "test", "books.xml")
+filename = joinpath(dirname(pathof(XML)), "..", "test", "data", "books.xml")
46
47
doc = read(filename, Node)
48
0 commit comments