diff --git a/README.md b/README.md index 656474b..072d72b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ fileSelector.addEventListener('change', function (e) { reader.onload = function (event) { const buffer = new Uint8Array(event.target.result); - const parser = new pickleparser.Parser(); + const parser = new Parser(); const obj = parser.parse(buffer); const json = JSON.stringify(obj, null, 4); jsonResultPreviewer.innerText = json; @@ -90,4 +90,4 @@ pickletojson file.pkl file.json ## License -MIT \ No newline at end of file +MIT