From 25a108b55409820db6d224536d2c2546936ee8b6 Mon Sep 17 00:00:00 2001 From: femtotrader Date: Mon, 3 Oct 2016 16:19:49 +0200 Subject: [PATCH] Update README.md Change variables name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 492bd74..ef6461c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Dict with 4 entries: Convert entire XML document to a Julia Dict... ```xml -xml=""" +xml_string=""" @@ -105,7 +105,7 @@ xml=""" ``` ```julia -xml_string = xml_dict(xml) +d = xml_dict(xml_string) Dict( :version=>"1.0",