From 0cf3a7d4459e8f65d7e408a7f9eb192ac9d63c2e Mon Sep 17 00:00:00 2001 From: Sandi Chakravarty Date: Sun, 2 Feb 2020 20:36:14 -0800 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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