Update readme logo

This commit is contained in:
Keavon Chambers
2021-02-17 00:55:20 -08:00
parent 115d5c7a51
commit 359e150091
3 changed files with 10 additions and 6 deletions
+3 -5
View File
@@ -1,5 +1,3 @@
const wasm = import("./pkg");
wasm
.then(wasm => wasm.greet())
.catch(console.error);
const wasm = import("./pkg");
wasm.then((binding) => binding.greet()).catch(console.error);