Skip to content

Commit

Permalink
Update example snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGraey authored Jun 10, 2022
1 parent 199f31c commit 5ee5e9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ or
### Usage via AssemblyScript

```ts
import { u128 } from "as-bignum";
import { u128 } from "as-bignum/assembly";
// Before 0.20.x
// import { u128 } from "as-bignum";

declare function logF64(value: f64): void;
declare function logU128(hi: u64, lo: u64): void;
Expand Down

0 comments on commit 5ee5e9a

Please sign in to comment.