Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshith-ravi authored Apr 26, 2020
1 parent c78421b commit 8f093ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand All @@ -29,4 +29,4 @@ async function main() {
}

main()
```
```

0 comments on commit 8f093ee

Please sign in to comment.