diff --git a/README.md b/README.md index 8a1c0b3..73aec00 100644 --- a/README.md +++ b/README.md @@ -240,11 +240,11 @@ node.js v12 module to read/write Rocksmith PSARC and other related files toolkit, pt, ); - const out = await PSARC.packDirectory(outDir, "/tmp/", tag, "", pt); - console.log(out); - /* /tmp/cdlcTag_m.psarc */ - } - fn(); + const out = await PSARC.packDirectory(outDir, "/tmp/", tag, "", pt); + console.log(out); + /* /tmp/cdlcTag_m.psarc */ + } + fn(); ``` ## Features