Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change variables name
  • Loading branch information
femtotrader authored Oct 3, 2016
1 parent 7b772c6 commit 25a108b
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 25a108b

Please sign in to comment.