Skip to content

Commit

Permalink
chore: update readme with correct function name
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Jul 23, 2024
1 parent 9bf077d commit 9ba4bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ interface MemoryHandle {
offset: number;
length: number;
free(): void;
readBuffer(): ArrayBuffer;
readBytes(): ArrayBuffer;
readString(): string;
}
```
Expand Down

0 comments on commit 9ba4bea

Please sign in to comment.