Skip to content

Commit 6e035b5

Browse files
committed
Merge pull request #3 from dmbates/patch-1
Update README.md
2 parents a50653c + 263e4fa commit 6e035b5

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
@@ -47,7 +47,7 @@ Suppose you have an XML file ``ex1.xml`` as below
4747
Here is the code to parse this file:
4848

4949
```julia
50-
using MiniXML
50+
using LightXML
5151

5252
# parse ex1.xml:
5353
# xdoc is an instance of XMLDocument, which maintains a tree structure

0 commit comments

Comments
 (0)