diff --git a/README.md b/README.md index b568cf2..cd269ac 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For all other basic needs, you can get away without worrying about any of that. ### A piece of code is worth a thousand words ```js -import JunoModule from "./src/juno-node"; +import JunoModule from "juno-node"; async function main() { let module = JunoModule.default("./path/to/juno.sock"); @@ -29,4 +29,4 @@ async function main() { } main() -``` \ No newline at end of file +```