diff --git a/README.md b/README.md index eaf803b..0b56d3c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Download `wfa.js` and `wfa.wasm`from [releases](https://git.tronnet.net/tronnet/ ``` import wfa from "./wfa.js" await wfa("") -console.log(wfAlign(...)) +let result = wfAlign(...) +operations = DecodeCIGAR(result.CIGAR) +// ... ``` Where `` is the path from the site root ie. `./scripts/wfa.wasm`. This will depend on your project structure. \ No newline at end of file