Skip to content

Commit d5cd761

Browse files
committed
Update README.md
1 parent a0c99ec commit d5cd761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsr/package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ blob**.
88
Import the JSON and write the `.so` to disk (consumer project example):
99

1010
```ts
11-
import blob from "@serial/cpp-bindings-linux/x84_64" with { type: "json" };
11+
import blob from "@serial/cpp-bindings-linux/bin/x84_64" with { type: "json" };
1212

1313
const bytes = new TextEncoder().encode(atob(blob.data));
1414

0 commit comments

Comments
 (0)