Skip to content

Commit

Permalink
Merge branch 'hotfix/loop_alias_bug' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
TRUPHONE\Nuno.Courela committed Jun 9, 2022
2 parents ae75b25 + d75d1d9 commit 15e17e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@ Sample code to transform from JSON to XML:
```C#
string input = File.ReadAllText("Input.json");``
string transformer = File.ReadAllText("DataTransformer.xml");
string transformedString = DataTransformer.Transform(transformer, input);
string transformedString = new DataTransformer().Transform(transformer, input);
```

Input.json:
Expand Down

0 comments on commit 15e17e7

Please sign in to comment.