Skip to content

Commit 263e4fa

Browse files
committed
Update README.md
I think you used an old package name.
1 parent a50653c commit 263e4fa

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)