Skip to content

Commit 027c516

Browse files
committed
Merge branch 'master' of https://github.com/jIdle/AVL-Tree
2 parents 97b649c + d2db0d3 commit 027c516

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Next up:
1313
1. Fix the test code. While it gets the job done, it's the first test code I've ever written so it's pretty bad.
1414

1515
# Instructions
16-
Grab the WASM module and wasm_exec.js files under the Releases tab, then have a loop at steps 6 & 7.
16+
Grab the WASM module and wasm_exec.js files under the Releases tab, then have a look at steps 6 & 7.
1717
Otherwise, if you'd like to generate the WASM module manually, then the following steps will help.
1818

1919
To import this library as a WASM module in a Javascript program:
@@ -48,5 +48,3 @@ GOOS=js GOARCH=wasm go build -o main.wasm
4848
// The second script tag may be relegated to its own Javascript file, rather than being crammed into an html file.
4949
```
5050
7. Run your server. Your job is done!
51-
52-
**At some point I will add the wasm module and wasm_exec.js to Releases so that using this library is easier.**

0 commit comments

Comments
 (0)