Skip to content

Commit

Permalink
Merge pull request #2 from femtotrader/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
samoconnor authored Oct 27, 2016
2 parents 7b772c6 + 25a108b commit 2f6c441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Dict with 4 entries:
Convert entire XML document to a Julia Dict...
```xml
xml="""
xml_string="""
<?xml version="1.0" encoding="UTF-8"?>
<bookstore brand="amazon">
<book category="COOKING" tag="first">
Expand Down Expand Up @@ -105,7 +105,7 @@ xml="""
```
```julia
xml_string = xml_dict(xml)
d = xml_dict(xml_string)
Dict(
:version=>"1.0",
Expand Down

0 comments on commit 2f6c441

Please sign in to comment.