Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sandiz committed Feb 3, 2020
1 parent ef82897 commit 0cf3a7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cf3a7d

Please sign in to comment.