Shoobx / xmldiff

A library and command line utility for diffing xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in readme

kefirbandi opened this issue · comments

Hi,

I think instead of
result = main.diff_file('file.diff', 'file1.xml')

you really meant:
result = main.patch_file('file.diff', 'file1.xml')