Skip to content

Commit 8f093ee

Browse files
Update README.md
1 parent c78421b commit 8f093ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For all other basic needs, you can get away without worrying about any of that.
1313
### A piece of code is worth a thousand words
1414

1515
```js
16-
import JunoModule from "./src/juno-node";
16+
import JunoModule from "juno-node";
1717

1818
async function main() {
1919
let module = JunoModule.default("./path/to/juno.sock");
@@ -29,4 +29,4 @@ async function main() {
2929
}
3030

3131
main()
32-
```
32+
```

0 commit comments

Comments
 (0)