From a878da42a38a05832aa4247c7f452016514ac3a9 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 8 Nov 2024 22:49:37 +0000 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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